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
No known key found for this signature in database
GPG key ID: 4B51919E82802C6F
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}