mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
15 lines
233 B
YAML
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: [] |