forked from lightdash/lightdash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
render.yaml
49 lines (45 loc) · 1.07 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
previewsEnabled: true
databases:
- name: jaffle_db
ipAllowList: []
services:
- type: web
env: docker
name: lightdash
dockerContext: .
dockerfilePath: dockerfile-prs
envVars:
- key: PGHOST
fromDatabase:
name: jaffle_db
property: host
- key: PGPORT
fromDatabase:
name: jaffle_db
property: port
- key: PGDATABASE
fromDatabase:
name: jaffle_db
property: database
- key: PGUSER
fromDatabase:
name: jaffle_db
property: user
- key: PGPASSWORD
fromDatabase:
name: jaffle_db
property: password
- fromGroup: rudder-settings
- key: LIGHTDASH_SECRET
generateValue: true
- key: SECURE_COOKIES
value: true
- key: TRUST_PROXY
value: true
envVarGroups:
- name: rudder-settings
envVars:
- key: RUDDERSTACK_WRITE_KEY
value: 1vikeGadtB0Y0oRDFNL2Prdhkbp
- key: RUDDERSTACK_DATA_PLANE_URL
value: https://analytics.lightdash.com