forked from ready4mars/n8n-render
-
Notifications
You must be signed in to change notification settings - Fork 17
/
render.yaml
49 lines (48 loc) · 1.2 KB
/
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
40
41
42
43
44
45
46
47
48
49
services:
- type: web
name: n8n
env: docker
region: frankfurt # optional (defaults to oregon)
plan: free # optional (defaults to starter)
branch: main # optional (defaults to master)
numInstances: 1
healthCheckPath: /healthz
envVars:
- key: DB_TYPE
value: postgresdb
- key: DB_POSTGRESDB_HOST
fromDatabase:
name: n8nDB
property: host
- key: DB_POSTGRESDB_DATABASE
fromDatabase:
name: n8nDB
property: database
- key: DB_POSTGRESDB_PORT
fromDatabase:
name: n8nDB
property: port
- key: DB_POSTGRESDB_USER
fromDatabase:
name: n8nDB
property: user
- key: DB_POSTGRESDB_PASSWORD
fromDatabase:
name: n8nDB
property: password
- key: PORT
value: 5678
- key: N8N_LOG_LEVEL
value: info
- key: GENERIC_TIMEZONE
value: Europe/Paris
- key: TZ
value: Europe/Paris
- key: N8N_DEFAULT_LOCALE
value: fr
- key: N8N_ENCRYPTION_KEY
generateValue: true
databases:
- name: n8nDB
region: frankfurt # optional (defaults to oregon)
plan: free