fundora / render.yaml
k01010's picture
Sync Fundora app files
adec8ca
Raw
History Blame Contribute Delete
239 Bytes
services:
- type: web
name: fundora-api
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: uvicorn api:app --host 0.0.0.0 --port 8000
envVars:
- key: PYTHONUNBUFFERED
value: "1"