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
…2716)

Co-authored-by: Justin Ellingwood <[email protected]>
  • Loading branch information
tomi and imchairmanm authored Dec 17, 2024
1 parent 6a02e14 commit f8ab816
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, the task broker only listens to localhost. When using multiple containers (for example, with Docker Compose), it needs to be able to accept external connections. |

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

Expand Down

0 comments on commit f8ab816

Please sign in to comment.