-
Notifications
You must be signed in to change notification settings - Fork 239
/
Copy pathrender.yaml
39 lines (38 loc) · 926 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
35
36
37
38
39
services:
- type: web
name: n8n
env: docker
region: oregon # optional (defaults to oregon)
plan: standard # optional (defaults to starter)
branch: main # optional (defaults to master)
# dockerCommand: ./webdis.sh # optional (defaults to Dockerfile command)
numInstances: 1
healthCheckPath: /
envVars:
- key: PGHOST
fromDatabase:
name: n8nDB
property: host
- key: PGDATABASE
fromDatabase:
name: n8nDB
property: database
- key: PGPORT
fromDatabase:
name: n8nDB
property: port
- key: PGUSER
fromDatabase:
name: n8nDB
property: user
- key: PGPASSWORD
fromDatabase:
name: n8nDB
property: password
disk:
name: n8nDisk
mountPath: /home/node/.n8n
sizeGB: 10
databases:
- name: n8nDB
plan: starter