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

This commit is contained in:
Andras Bacsai 2025-11-24 12:59:31 +01:00 committed by GitHub
commit 3709b8c498
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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}