Spaces:
Sleeping
Sleeping
File size: 388 Bytes
9c1c0ef | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | services:
- type: web
name: datapilot-ai-api
runtime: docker
dockerfilePath: ./Dockerfile.api
plan: starter
healthCheckPath: /health
envVars:
- key: ENVIRONMENT
value: production
- key: ARTIFACT_ROOT
value: /app/artifacts
- key: DATABASE_URL
sync: false
- key: GEMINI_API_KEY
sync: false
|