tableeee-v3 / render.yaml
Shyamnath's picture
feat(core): implement unified database with multi-hotel support and session management
90537f3
raw
history blame contribute delete
331 Bytes
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