templates/blueprints/n8n/template.yml

15 lines
233 B
YAML

variables:
main_domain: ${domain}
config:
domains:
- serviceName: n8n
port: 5678
host: ${main_domain}
env:
N8N_HOST: ${main_domain}
N8N_PORT: "5678"
GENERIC_TIMEZONE: "Europe/Berlin"
mounts: []