SemSorter / render.yaml
SemSorter
fix: thread safety, graceful shutdown, health endpoint, and dynamic obs fallback
62b47e5
raw
history blame contribute delete
519 Bytes
services:
- type: web
name: semsorter
env: docker
dockerfilePath: ./Dockerfile
plan: free
envVars:
- key: MUJOCO_GL
value: egl
- key: GOOGLE_API_KEY
sync: false # Set in Render dashboard — not committed to git
- key: DEEPGRAM_API_KEY
sync: false
- key: ELEVENLABS_API_KEY
sync: false
- key: STREAM_API_KEY
sync: false
- key: STREAM_API_SECRET
sync: false
healthCheckPath: /health
autoDeploy: true