forked from mui/toolpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
34 lines (31 loc) · 816 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
# https://render.com/docs/preview-environments
previewsEnabled: true
previewsExpireAfterDays: 3
services:
- type: web
name: toolpad
env: node
buildCommand: yarn --frozen-lockfile --prod=false && yarn release:build
startCommand: yarn start
healthCheckPath: /health-check
plan: starter plus
previewPlan: starter
pullRequestPreviewsEnabled: true
envVars:
- key: TOOLPAD_DATABASE_URL
fromDatabase:
name: toolpad-db
property: connectionString
- fromGroup: toolpad-settings
databases:
- name: toolpad-db
ipAllowList: []
plan: starter
previewPlan: starter
envVarGroups:
- name: toolpad-settings
envVars:
- key: TOOLPAD_BASIC_AUTH_USER
sync: false
- key: TOOLPAD_BASIC_AUTH_PASSWORD
sync: false