-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrender.yaml
More file actions
32 lines (32 loc) · 736 Bytes
/
Copy pathrender.yaml
File metadata and controls
32 lines (32 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
services:
# Unified Web Service (Frontend + Backend)
- type: web
name: llmployable
env: docker
dockerContext: .
plan: free
region: oregon
healthCheckPath: /health
# domains:
# - llmployable.com
# - www.llmployable.com
envVars:
- key: ENVIRONMENT
value: production
- key: STATIC_FOLDER
value: static
- key: GEMINI_API_KEY
sync: false
- key: SECRET_KEY
generateValue: true
- key: DATABASE_URL
sync: false
- key: GITHUB_TOKEN
sync: false
- key: REDIS_URL
sync: false
- key: ELEVENLABS_AGENT_ID
sync: false
- key: ELEVENLABS_API_KEY
sync: false
autoDeploy: true