Skip to content

Commit

Permalink
Mention server listen address in task runner external configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Dec 17, 2024
1 parent 6a02e14 commit d45da4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/hosting/configuration/task-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ You can configure n8n to use external task runners by setting the following envi
| `N8N_RUNNERS_ENABLED=true` | Enables task runners. |
| `N8N_RUNNERS_MODE=external` | Use task runners in external mode. |
| `N8N_RUNNERS_AUTH_TOKEN=<random secure shared secret>` | A shared secret task runners use to connect to the broker. |
| `N8N_RUNNERS_SERVER_LISTEN_ADDRESS=0.0.0.0` | By default task broker only listens to localhost. When using multiple containers (e.g. with docker compose) it needs to be able to accept external connections. |

Check failure on line 61 in docs/hosting/configuration/task-runners.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-microsoft.Foreign] Use 'for example' instead of 'e.g.'. Raw Output: {"message": "[from-microsoft.Foreign] Use 'for example' instead of 'e.g.'.", "location": {"path": "docs/hosting/configuration/task-runners.md", "range": {"start": {"line": 61, "column": 131}}}, "severity": "ERROR"}

Check warning on line 61 in docs/hosting/configuration/task-runners.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [n8n-styles.eg] Consider replacing 'e.g' with 'for example' Raw Output: {"message": "[n8n-styles.eg] Consider replacing 'e.g' with 'for example'", "location": {"path": "docs/hosting/configuration/task-runners.md", "range": {"start": {"line": 61, "column": 131}}}, "severity": "WARNING"}

For full list of environment variables see [task runner environment variables](/hosting/configuration/environment-variables/task-runners/).

Expand Down

0 comments on commit d45da4d

Please sign in to comment.