mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-13 18:05:31 +02:00
15 lines
239 B
YAML
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: [] |