Skip to content

Commit 870c576

Browse files
authored
fix(core): Add missing env vars to task runner config (n8n-io#11810)
1 parent 5fa72b0 commit 870c576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/images/n8n/n8n-task-runners.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"N8N_RUNNERS_N8N_URI",
1212
"N8N_RUNNERS_MAX_PAYLOAD",
1313
"N8N_RUNNERS_MAX_CONCURRENCY",
14+
"N8N_RUNNERS_SERVER_ENABLED",
15+
"N8N_RUNNERS_SERVER_HOST",
16+
"N8N_RUNNERS_SERVER_PORT",
1417
"NODE_FUNCTION_ALLOW_BUILTIN",
1518
"NODE_FUNCTION_ALLOW_EXTERNAL",
1619
"NODE_OPTIONS",

0 commit comments

Comments
 (0)