You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The launcher reads its config file from `/etc/n8n-task-runners.json` by default, or from the file path specified by the `N8N_RUNNERS_CONFIG_PATH` environment variable.
48
+
49
+
For an example, refer to the [config file](https://github.com/n8n-io/n8n/blob/master/docker/images/runners/n8n-task-runners.json) used in the [`n8nio/runners`](https://hub.docker.com/r/n8nio/runners) Docker image.
@@ -95,8 +56,8 @@ Example config file at `/etc/n8n-task-runners.json`:
95
56
|`command`| Command to start the task runner. |
96
57
|`args`| Args and flags to use with `command`. |
97
58
| `health-check-server-port` | Port for the runner's health check server. When a single runner is configured, this is optional and defaults to `5681`. When multiple runners are configured, this is required and must be unique per runner.
98
-
|`allowed-env`| Env vars that the launcher will pass through from its own environment to the runner. See [environment](environment.md). |
99
-
|`env-overrides`| Env vars that the launcher will set directly on the runner. See [environment](environment.md). |
59
+
| `allowed-env` | Env vars that the launcher will pass through from its own environment to the runner. See [environment variables](#environment-variables).
60
+
| `env-overrides` | Env vars that the launcher will set directly on the runner. See [environment variables](#environment-variables).
0 commit comments