services: sync: build: . env_file: - .env volumes: - ./data:/data ports: - "8080:8080" restart: unless-stopped command: ["serve"]