Files
templates/blueprints/n8n/template.yml
2025-03-09 20:40:08 -06:00

15 lines
239 B
YAML

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