From 9f961ecb8b2eaa1a4b71b13a7566b45bf8d05b44 Mon Sep 17 00:00:00 2001 From: djeber Date: Thu, 25 Dec 2025 05:04:52 +0100 Subject: [PATCH] Update n8n-with-postgresql.yaml --- templates/compose/n8n-with-postgresql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/n8n-with-postgresql.yaml b/templates/compose/n8n-with-postgresql.yaml index 0809664c3..6e98bceea 100644 --- a/templates/compose/n8n-with-postgresql.yaml +++ b/templates/compose/n8n-with-postgresql.yaml @@ -7,7 +7,7 @@ services: n8n: - image: n8nio/n8n:2.1.2 + image: n8nio/n8n:2.1.4 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.1.2 + image: n8nio/runners:2.1.4 environment: - N8N_RUNNERS_TASK_BROKER_URI=${N8N_RUNNERS_TASK_BROKER_URI:-http://n8n:5679} - N8N_RUNNERS_AUTH_TOKEN=$SERVICE_PASSWORD_N8N