Spaces:
Sleeping
Sleeping
File size: 331 Bytes
90537f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
services:
- type: web
name: tabble-backend
env: python
buildCommand: pip install -r requirements.txt
startCommand: python start.py
envVars:
- key: RENDER
value: "true"
- key: PYTHON_VERSION
value: "3.11.9"
- key: PORT
generateValue: true
healthCheckPath: /health
|