voice-detection-api / render.yaml
Aryan-Ghadekar's picture
Deployment
8e52ba3
raw
history blame contribute delete
412 Bytes
services:
- type: web
name: voice-detection-api
env: python
plan: free # Change to 'starter' for always-on service
buildCommand: pip install -r requirements.txt
startCommand: python run.py --host 0.0.0.0 --port $PORT
envVars:
- key: PYTHON_VERSION
value: 3.11.0
- key: PORT
generateValue: true # Render will auto-assign
healthCheckPath: /api/v1/health