Update n8n

This commit is contained in:
2025-11-29 12:17:05 +01:00
parent 025638347b
commit 403b3f260c

View File

@@ -1,14 +1,14 @@
version: "3.7"
version: '3.7'
services:
app_proxy:
environment:
APP_HOST: server
APP_HOST: cpn-n8n_server_1
APP_PORT: 5678
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
PROXY_AUTH_WHITELIST: /webhook-test/*,/webhook/*
container_name: n8n_app_proxy_1
server:
image: n8nio/n8n:1.121.3@sha256:4f717fcf41f5ea596757173a60ce038707e4edf2c686e9934ae75cd5f5918d73
image: >-
n8nio/n8n:1.222.4@sha256:890c57b244dc8dd2688a05f70759f4b7792871f2a318395882908e751dfdc7f3
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n
@@ -21,3 +21,4 @@ services:
- N8N_DIAGNOSTICS_ENABLED=false
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
- N8N_RUNNERS_ENABLED=true
container_name: cpn-n8n_server_1