S2S / render.yaml
Krishnakkp's picture
feat: initial deployment to HF spaces
ecef9b0
raw
history blame contribute delete
447 Bytes
services:
- type: web
name: antigravity-backend
env: python
buildCommand: pip install -r backend/requirements.txt
startCommand: uvicorn backend.main:app --host 0.0.0.0 --port $PORT
envVars:
- key: MONGODB_URI
sync: false
- key: HF_TOKEN
sync: false
- key: JWT_SECRET
sync: false
- type: static
name: antigravity-frontend
buildCommand: ""
staticPublishPath: ./frontend