refactor(core): Bundle the go based launcher to the n8n docker image (no-changelog) (#11792)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
Tomi Turtiainen
2024-11-19 23:16:57 +02:00
committed by GitHub
parent 6e675659cb
commit 43aa389ea7
10 changed files with 38 additions and 153 deletions

View File

@@ -2,7 +2,7 @@
"task-runners": [
{
"runner-type": "javascript",
"workdir": "/home/task-runner",
"workdir": "/home/node",
"command": "/usr/local/bin/node",
"args": ["/usr/local/lib/node_modules/n8n/node_modules/@n8n/task-runner/dist/start.js"],
"allowed-env": [
@@ -18,9 +18,7 @@
"N8N_VERSION",
"ENVIRONMENT",
"DEPLOYMENT_NAME"
],
"uid": 2000,
"gid": 2000
]
}
]
}