chore(n8n): upgrade n8n image version to 1.119.2 in compose templates

This commit is contained in:
hugoduar
2025-11-15 02:19:22 -06:00
parent 5b850ba563
commit b345fc4468
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
services:
n8n:
image: docker.n8n.io/n8nio/n8n:1.114.4
image: docker.n8n.io/n8nio/n8n:1.119.2
environment:
- SERVICE_URL_N8N_5678
- N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}
@@ -46,7 +46,7 @@ services:
retries: 10
n8n-worker:
image: docker.n8n.io/n8nio/n8n:1.114.4
image: docker.n8n.io/n8nio/n8n:1.119.2
command: worker
environment:
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE:-Europe/Berlin}

View File

@@ -7,7 +7,7 @@
services:
n8n:
image: docker.n8n.io/n8nio/n8n:1.114.4
image: docker.n8n.io/n8nio/n8n:1.119.2
environment:
- SERVICE_URL_N8N_5678
- N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}

View File

@@ -7,7 +7,7 @@
services:
n8n:
image: docker.n8n.io/n8nio/n8n:1.114.4
image: docker.n8n.io/n8nio/n8n:1.119.2
environment:
- SERVICE_URL_N8N_5678
- N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}