t2av_eval / render.yaml
Youngsun's picture
T2AV eval site: guideline to training to eval, dghadiya storage
44e5f85
Raw
History Blame Contribute Delete
471 Bytes
services:
- type: web
name: t2av-eval-api
runtime: python
rootDir: backend
plan: free
buildCommand: pip install -r requirements.txt
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT
healthCheckPath: /health
envVars:
- key: DATABASE_URL
fromDatabase:
name: t2av-eval-db
property: connectionString
databases:
- name: t2av-eval-db
plan: free
databaseName: t2av_eval
user: t2av_eval