DataPilot-AI-Agent / render.yaml
dineshb's picture
Deploy DataPilot AI production Docker Space
9c1c0ef verified
Raw
History Blame Contribute Delete
388 Bytes
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