-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
45 lines (43 loc) · 1.04 KB
/
render.yaml
File metadata and controls
45 lines (43 loc) · 1.04 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
services:
- type: web
name: redloop-backend
runtime: docker
dockerfilePath: backend/Dockerfile
rootDir: backend
plan: free
healthCheckPath: /api/health
envVars:
- key: PYTHONUNBUFFERED
value: "1"
- key: LOG_LEVEL
value: INFO
- key: ALLOWED_ORIGINS
value: https://redloop.vercel.app
- key: KESTRA_URL
fromService:
name: redloop-kestra
type: web
property: hostport
- key: GEMINI_API_KEY
sync: false
- type: web
name: redloop-kestra
runtime: docker
dockerfilePath: kestra/Dockerfile
rootDir: kestra
plan: free
healthCheckPath: /api/v1/configs
envVars:
- key: KESTRA_CONFIGURATION_PATH
value: /app/confs/application.yaml
- key: KESTRA_SERVER_PREVIEW_ENABLED
value: "true"
- key: SECRET_GEMINI_API_KEY
sync: false
- type: pserv
name: redloop-kestra-storage
runtime: docker
disk:
name: kestra-data
mountPath: /app/storage
sizeGB: 1