services: tinyweb: build: . ports: - "8080:8080" volumes: - tinyweb-data:/data restart: unless-stopped volumes: tinyweb-data: