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