-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrender.yaml
83 lines (82 loc) · 1.83 KB
/
render.yaml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
services:
- type: web
name: webui
runtime: docker
rootDir: .
dockerfilePath: ./Dockerfile
envVars:
- key: SERVICE
value: webui
- key: LOGFIRE_TOKEN
sync: false
- key: TILING_SERVER
value: "https://tiling.onrender.com"
- key: OPENAI_API_KEY
sync: false
- key: GITHUB_WEBHOOK_SECRET
sync: false
- key: SLACK_SIGNING_SECRET
sync: false
- key: SLACK_CHANNEL_IDS
sync: false
- key: CREATE_DATABASE
value: "false"
- key: PG_DSN
fromDatabase:
name: postgres
property: connectionString
- key: REDIS_DSN
fromService:
type: redis
name: arq-redis
property: connectionString
- type: web
name: tiling
runtime: docker
rootDir: .
dockerfilePath: ./Dockerfile
envVars:
- key: SERVICE
value: tiling
- key: LOGFIRE_TOKEN
sync: false
- type: worker
name: arq-worker
runtime: docker
rootDir: .
dockerfilePath: ./Dockerfile
envVars:
- key: SERVICE
value: worker
- key: LOGFIRE_TOKEN
sync: false
- key: GITHUB_TOKEN
sync: false
- key: OPENAI_API_KEY
sync: false
- key: PG_DSN
fromDatabase:
name: postgres
property: connectionString
- key: REDIS_DSN
fromService:
type: redis
name: arq-redis
property: connectionString
- type: worker
name: spider
runtime: docker
rootDir: .
dockerfilePath: ./Dockerfile
envVars:
- key: SERVICE
value: spider
- key: LOGFIRE_TOKEN
sync: false
- type: redis
name: arq-redis
plan: starter
ipAllowList: [] # only allow internal connections
databases:
- name: postgres
plan: starter