mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-05-04 14:49:49 +02:00
build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user