forked from render-examples/retool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
46 lines (45 loc) · 1.09 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
services:
- type: pserv
name: retool
env: docker
plan: standard
# healthCheckPath: /api/checkHealth
autoDeploy: false
envVars:
- key: JWT_SECRET
generateValue: true
- key: NODE_ENV
value: production
- key: POSTGRES_DB
fromDatabase:
name: retool_postgres
property: database
- key: POSTGRES_HOST
fromDatabase:
name: retool_postgres
property: host
- key: POSTGRES_PORT
fromDatabase:
name: retool_postgres
property: port
- key: POSTGRES_USER
fromDatabase:
name: retool_postgres
property: user
- key: POSTGRES_PASSWORD
fromDatabase:
name: retool_postgres
property: password
- key: ENCRYPTION_KEY
generateValue: true
- key: FORCE_SSL
value: true
- key: HEROKU_HOSTED
value: true
- key: LICENSE_KEY
value: EXPIRED-LICENSE-KEY-TRIAL
sync: false
databases:
- name: retool_postgres
databaseName: retooldb
user: retool_user