Add health ports

This commit is contained in:
2026-07-19 11:59:34 +02:00
parent b74d6d96c7
commit 14fa15e04a
+4 -4
View File
@@ -2,8 +2,8 @@
"task-runners": [
{
"runner-type": "javascript",
"port": 5678,
"health-check-server-port": 5679,
"port": "5678",
"health-check-server-port": "5679",
"env-overrides": {
"NODE_FUNCTION_ALLOW_BUILTIN": "crypto",
"NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid"
@@ -11,8 +11,8 @@
},
{
"runner-type": "python",
"port": 5680,
"health-check-server-port": 5681,
"port": "5680",
"health-check-server-port": "5681",
"env-overrides": {
"PYTHONPATH": "/opt/runners/task-runner-python",
"N8N_RUNNERS_STDLIB_ALLOW": "json",