From 3d57dddb095245a2da48ce4b5ded7d86c1a1a110 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 19 Jul 2026 14:44:02 +0200 Subject: [PATCH] Remove N8N_RUNNERS_LAUNCHER_HEALTH_CHECK_PORT variable and set runner version to 0.0.2 --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fb4efb6..e49eeb8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -55,12 +55,11 @@ services: - /network/Datas:/home/node/.n8n-files task-runners: - image: gitea.sda.zone/stephane.david/n8n-runners-custom:0.0.1 + image: gitea.sda.zone/stephane.david/n8n-runners-custom:0.0.2 container_name: n8n-runners environment: - N8N_RUNNERS_TASK_BROKER_URI=http://n8n.maison:5679 - N8N_RUNNERS_AUTH_TOKEN=zp6b5YfXzuLtjpzws80XDCpEXD2FGV6OoZ5JcikQGz7bxfsX1DVa8efrDpZkPE9V - - N8N_RUNNERS_LAUNCHER_HEALTH_CHECK_PORT=5680 - GENERIC_TIMEZONE=${GENERIC_TIMEZONE} - TZ=${GENERIC_TIMEZONE} depends_on: