Crowd-Intelligence / render.yaml
Abhisingh-18's picture
Mirror of github.com/Abhisingh18/Crowd-Intelligence
c3c6f00 verified
Raw
History Blame Contribute Delete
207 Bytes
services:
- type: web
name: crowd-os-backend
env: docker
plan: free
dockerCommand: "uvicorn api:app --host 0.0.0.0 --port $PORT"
envVars:
- key: PORT
value: 8001