-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathrender.yaml
41 lines (39 loc) · 925 Bytes
/
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
previewsEnabled: false
databases:
- name: lightdash-database
ipAllowList: []
plan: free
services:
- type: web
plan: free
env: docker
name: lightdash-server
dockerContext: .
dockerfilePath: dockerfile
envVars:
- key: PGHOST
fromDatabase:
name: lightdash-database
property: host
- key: PGPORT
fromDatabase:
name: lightdash-database
property: port
- key: PGDATABASE
fromDatabase:
name: lightdash-database
property: database
- key: PGUSER
fromDatabase:
name: lightdash-database
property: user
- key: PGPASSWORD
fromDatabase:
name: lightdash-database
property: password
- key: TRUST_PROXY
value: true
- key: SECURE_COOKIES
value: true
- key: LIGHTDASH_SECRET
generateValue: true