File size: 519 Bytes
2588ff8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62b47e5
2588ff8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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