Come back to n8n image to use latest version and update runner version to 0.0.5
This commit is contained in:
+2
-2
@@ -14,7 +14,7 @@ services:
|
|||||||
restart: "no"
|
restart: "no"
|
||||||
|
|
||||||
n8n:
|
n8n:
|
||||||
image: n8nio/n8n:latest-python
|
image: n8nio/n8n:latest
|
||||||
container_name: n8n.maison
|
container_name: n8n.maison
|
||||||
depends_on:
|
depends_on:
|
||||||
init-permissions:
|
init-permissions:
|
||||||
@@ -54,7 +54,7 @@ services:
|
|||||||
- /network/Datas:/home/node/.n8n-files
|
- /network/Datas:/home/node/.n8n-files
|
||||||
|
|
||||||
task-runners:
|
task-runners:
|
||||||
image: gitea.sda.zone/stephane.david/n8n-runners-custom:0.0.4
|
image: gitea.sda.zone/stephane.david/n8n-runners-custom:0.0.5
|
||||||
container_name: n8n-runners
|
container_name: n8n-runners
|
||||||
environment:
|
environment:
|
||||||
- N8N_RUNNERS_TASK_BROKER_URI=http://n8n.maison:5679
|
- N8N_RUNNERS_TASK_BROKER_URI=http://n8n.maison:5679
|
||||||
|
|||||||
Reference in New Issue
Block a user