deepshield-api / backend /render.yaml
Venkatkalyan21
Deploy clean backend to Hugging Face
1970a5b
Raw
History Blame Contribute Delete
309 Bytes
services:
- type: web
name: deepshield-api
env: python
buildCommand: "pip install -r requirements.txt"
startCommand: "gunicorn app:app"
envVars:
- key: PYTHON_VERSION
value: 3.10.0
- key: MONGO_URI
sync: false
- key: FLASK_ENV
value: production