-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (30 loc) · 743 Bytes
/
Copy pathrender.yaml
File metadata and controls
30 lines (30 loc) · 743 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
services:
- type: web
name: awt-api
runtime: docker
dockerfilePath: cloud/Dockerfile
dockerContext: .
envVars:
- key: AWT_DATABASE_URL
sync: false
- key: AWT_SUPABASE_URL
sync: false
- key: AWT_SUPABASE_ANON_KEY
sync: false
- key: AWT_SUPABASE_JWT_SECRET
sync: false
- key: AWT_AI_PROVIDER
value: openai
- key: AWT_AI_API_KEY
sync: false
- key: AWT_CORS_ORIGINS
sync: false
- key: AWT_PLAYWRIGHT_HEADLESS
value: "true"
- key: AWT_MAX_CONCURRENT
value: "1"
- key: AWT_SCREENSHOT_DIR
value: screenshots
- key: AWT_UPLOAD_DIR
value: uploads
healthCheckPath: /health