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