Upgrade n8n and runners images to version 2.1.2

This commit is contained in:
djeber 2025-12-23 09:11:58 +01:00 committed by GitHub
parent 07f99fec68
commit 535f0afb73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
services:
n8n:
image: n8nio/n8n:2.0.3
image: n8nio/n8n:2.1.2
environment:
- SERVICE_URL_N8N_5678
- N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}
@ -45,7 +45,7 @@ services:
timeout: 20s
retries: 10
task-runners:
image: n8nio/runners:2.0.3
image: n8nio/runners:2.1.2
environment:
- N8N_RUNNERS_TASK_BROKER_URI=${N8N_RUNNERS_TASK_BROKER_URI:-http://n8n:5679}
- N8N_RUNNERS_AUTH_TOKEN=$SERVICE_PASSWORD_N8N