Trust-first-AI-Copilot / render.yaml
Abhisingh-18's picture
Mirror of github.com/Abhisingh18/Trust-first-AI-Copilot
f35583f verified
Raw
History Blame Contribute Delete
402 Bytes
services:
- type: web
name: trust-first-copilot-backend
env: python
region: singapore
plan: free
buildCommand: pip install -r requirements.txt
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT
envVars:
- key: PYTHON_VERSION
value: 3.11.9
- key: PORT
value: 10000
- key: BACKEND_CORS_ORIGINS
value: '["*"]'