Mention server listen address in task runner external configuration (#2716)

Co-authored-by: Justin Ellingwood <justin@n8n.io>
This commit is contained in:
Tomi Turtiainen
2024-12-17 16:28:00 +02:00
committed by GitHub
parent 6a02e14d45
commit f8ab816ee7

View File

@@ -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/).