-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathrender.yaml
More file actions
25 lines (24 loc) · 604 Bytes
/
render.yaml
File metadata and controls
25 lines (24 loc) · 604 Bytes
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
databases:
- name: Lucky Jumpstart Primary
databaseName: lucky_jumpstart
user: lucky_jumpstart
ipAllowList: []
services:
- type: web
name: Lucky Jumpstart
env: docker
dockerfilePath: "./dockerfiles/webserver.Dockerfile"
healthCheckPath: /ping
envVars:
- key: DATABASE_URL
fromDatabase:
name: Lucky Jumpstart Primary
property: connectionString
- key: LUCKY_ENV
value: production
- key: NODE_ENV
value: production
- key: APP_DOMAIN
sync: false
- key: SECRET_KEY_BASE
sync: false