services: bambu-run: build: . ports: - "8000:8000" env_file: .env volumes: - bambu_data:/app/data restart: unless-stopped volumes: bambu_data: