feat: add generic_timezone env variable for n8n services

This commit is contained in:
Yury Kossakovsky
2025-12-11 11:30:14 -07:00
parent ed29d0ecfd
commit 9c3bb203d0
2 changed files with 2 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ x-n8n-worker-runner: &service-n8n-worker-runner
args:
N8N_VERSION: ${N8N_VERSION:-stable}
environment:
GENERIC_TIMEZONE: ${GENERIC_TIMEZONE:-America/New_York}
N8N_RUNNERS_AUTH_TOKEN: ${N8N_RUNNERS_AUTH_TOKEN}
N8N_RUNNERS_AUTO_SHUTDOWN_TIMEOUT: 15
N8N_RUNNERS_MAX_CONCURRENCY: ${N8N_RUNNERS_MAX_CONCURRENCY:-5}

View File

@@ -38,6 +38,7 @@
"health-check-server-port": "5682",
"allowed-env": [
"PATH",
"GENERIC_TIMEZONE",
"N8N_RUNNERS_LAUNCHER_LOG_LEVEL",
"N8N_RUNNERS_AUTO_SHUTDOWN_TIMEOUT",
"N8N_RUNNERS_TASK_TIMEOUT",