Remove health ports
This commit is contained in:
@@ -2,21 +2,17 @@
|
|||||||
"task-runners": [
|
"task-runners": [
|
||||||
{
|
{
|
||||||
"runner-type": "javascript",
|
"runner-type": "javascript",
|
||||||
"port": "5678",
|
|
||||||
"health-check-server-port": "5679",
|
|
||||||
"env-overrides": {
|
"env-overrides": {
|
||||||
"NODE_FUNCTION_ALLOW_BUILTIN": "crypto",
|
"NODE_FUNCTION_ALLOW_BUILTIN": "*",
|
||||||
"NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid"
|
"NODE_FUNCTION_ALLOW_EXTERNAL": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"runner-type": "python",
|
"runner-type": "python",
|
||||||
"port": "5680",
|
|
||||||
"health-check-server-port": "5681",
|
|
||||||
"env-overrides": {
|
"env-overrides": {
|
||||||
"PYTHONPATH": "/opt/runners/task-runner-python",
|
"PYTHONPATH": "/opt/runners/task-runner-python",
|
||||||
"N8N_RUNNERS_STDLIB_ALLOW": "json",
|
"N8N_RUNNERS_STDLIB_ALLOW": "*",
|
||||||
"N8N_RUNNERS_EXTERNAL_ALLOW": "numpy,pandas,pikepdf,io"
|
"N8N_RUNNERS_EXTERNAL_ALLOW": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user