-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
29 lines (29 loc) · 711 Bytes
/
Copy pathrender.yaml
File metadata and controls
29 lines (29 loc) · 711 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
services:
- type: web
name: jeonghan-personal-assistant
runtime: docker
plan: free
region: frankfurt
branch: main
dockerfilePath: ./Dockerfile
dockerContext: .
healthCheckPath: /healthz
autoDeployTrigger: checksPass
maxShutdownDelaySeconds: 60
envVars:
- key: TELEGRAM_BOT_TOKEN
sync: false
- key: TELEGRAM_ADMIN_USER_ID
sync: false
- key: TELEGRAM_REVIEW_CHAT_ID
sync: false
- key: X_COOKIE
sync: false
- key: GEMINI_API_KEY
sync: false
- key: GEMINI_MODEL
value: gemini-3.5-flash-lite
- key: STATE_BACKUP_KEY
sync: false
- key: SENTRY_DSN
sync: false