forked from ToolJet/ToolJet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
28 lines (28 loc) · 717 Bytes
/
render.yaml
File metadata and controls
28 lines (28 loc) · 717 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
28
previewsEnabled: false
previewsExpireAfterDays: 2
services:
- type: web
name: ToolJet
env: docker
repo: https://github.com/ToolJet/ToolJet.git
dockerfilePath: ./docker/preview.Dockerfile
dockerContext: ./
healthCheckPath: /api/health
envVars:
- key: DATABASE_URL
fromDatabase:
name: postgres-preview
property: connectionString
- key: TOOLJET_HOST
fromService:
type: web
name: ToolJet
envVarKey: RENDER_EXTERNAL_URL
- key: PORT
value: 80
- fromGroup: tooljet-preview-env
databases:
- name: postgres-preview
plan: starter
databaseName: tooljet_preview
postgresMajorVersion: 13