version: "3.8" services: aknaproff-backend: build: context: . dockerfile: Dockerfile container_name: aknaproff-backend ports: - "8180:3000" environment: PORT: 3000 D1_BINDING: aknaproff-db PERSIST_PATH: /data SEED_DATA: "false" SKIP_MIGRATIONS: "true" WRANGLER_SEND_METRICS: "false" volumes: - ./data:/data restart: unless-stopped