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