This commit is contained in:
2026-03-19 22:05:45 +01:00
parent 63c695c3d8
commit 38528b7af6
+4 -2
View File
@@ -43,8 +43,10 @@ services:
image: n8nio/runners:latest image: n8nio/runners:latest
container_name: n8n-runners container_name: n8n-runners
environment: environment:
- N8N_RUNNERS_TASK_BROKER_URI=http://n8n-main:5679 N8N_RUNNERS_TASK_BROKER_URI: http://n8n-main:5679
- N8N_RUNNERS_AUTH_TOKEN=l4c1j4yd33Du5lo N8N_RUNNERS_AUTH_TOKEN: l4c1j4yd33Du5lo
N8N_RUNNERS_STDLIB_ALLOW: "*"
N8N_RUNNERS_EXTERNAL_ALLOW: "*"
# etc. # etc.
depends_on: depends_on:
- n8n - n8n