qodex / render.yaml
garvitcpp's picture
Upload 35 files
a496aae verified
raw
history blame contribute delete
280 Bytes
services:
- type: web
name: qodex-api
env: python
buildCommand: pip install -r requirements.txt
startCommand: uvicorn app.main:app --host 0.0.0.0 --port $PORT
envVars:
- key: ENVIRONMENT
value: production
- key: DEBUG
value: false