FairRelay / brain /render.yaml
MouleeswaranM's picture
feat: Update Render config and Dockerfile for production deployment with SQLite fallback (#6)
03143c5
services:
- type: web
name: fairrelay-brain
runtime: docker
plan: free
dockerfilePath: ./Dockerfile
dockerContext: .
healthCheckPath: /health
envVars:
- key: APP_ENV
value: production
- key: PORT
value: 8000
- key: DATABASE_URL
value: ""
- key: CORS_ORIGINS
value: "https://fairrelay.vercel.app,https://fairrelay-landing.vercel.app,http://localhost:5173,http://localhost:3000"
- key: LANGCHAIN_TRACING_V2
value: "false"
- key: LANGCHAIN_API_KEY
sync: false
- key: LANGCHAIN_PROJECT
value: fairrelay-prod
- key: GOOGLE_API_KEY
sync: false
- key: ENABLE_GEMINI_EXPLAIN
value: "false"