Add restart always instruction to n8n-mcp and n8n-runners

This commit is contained in:
2026-09-06 08:56:25 +02:00
parent 4dd6261e81
commit 00e099a8f9
+2
View File
@@ -56,6 +56,7 @@ services:
task-runners:
image: gitea.sda.zone/stephane.david/n8n-runners-custom:0.0.5
container_name: n8n-runners
restart: always
environment:
- N8N_RUNNERS_TASK_BROKER_URI=http://n8n.maison:5679
- N8N_RUNNERS_AUTH_TOKEN=zp6b5YfXzuLtjpzws80XDCpEXD2FGV6OoZ5JcikQGz7bxfsX1DVa8efrDpZkPE9V
@@ -68,6 +69,7 @@ services:
n8n-mcp:
image: ghcr.io/czlonkowski/n8n-mcp:latest
container_name: n8n-mcp
restart: always
ports:
- "35678:3000"
environment: