Update n8n and task-runners images to version 2.0.3
This commit is contained in:
parent
f0b6e82e5f
commit
07f99fec68
1 changed files with 2 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
image: n8nio/n8n:stable
|
image: n8nio/n8n:2.0.3
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_N8N_5678
|
- SERVICE_URL_N8N_5678
|
||||||
- N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}
|
- N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}
|
||||||
|
|
@ -45,7 +45,7 @@ services:
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
task-runners:
|
task-runners:
|
||||||
image: n8nio/runners:stable
|
image: n8nio/runners:2.0.3
|
||||||
environment:
|
environment:
|
||||||
- N8N_RUNNERS_TASK_BROKER_URI=${N8N_RUNNERS_TASK_BROKER_URI:-http://n8n:5679}
|
- N8N_RUNNERS_TASK_BROKER_URI=${N8N_RUNNERS_TASK_BROKER_URI:-http://n8n:5679}
|
||||||
- N8N_RUNNERS_AUTH_TOKEN=$SERVICE_PASSWORD_N8N
|
- N8N_RUNNERS_AUTH_TOKEN=$SERVICE_PASSWORD_N8N
|
||||||
|
|
@ -73,6 +73,3 @@ services:
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
volumes:
|
|
||||||
n8n-data:
|
|
||||||
postgresql-data:
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue