Update n8n

This commit is contained in:
2025-11-29 12:29:12 +01:00
parent 20ead47da9
commit 99f42f8eea
2 changed files with 3 additions and 3 deletions

View File

View File

@@ -2,13 +2,13 @@ version: '3.7'
services:
app_proxy:
environment:
APP_HOST: cpn-n8n_server_1
APP_HOST: server
APP_PORT: 5678
PROXY_AUTH_WHITELIST: /webhook-test/*,/webhook/*
container_name: n8n_app_proxy_1
server:
image: >-
n8nio/n8n:1.222.4@sha256:890c57b244dc8dd2688a05f70759f4b7792871f2a318395882908e751dfdc7f3
image: n8nio/n8n:1.222.4@sha256:890c57b244dc8dd2688a05f70759f4b7792871f2a318395882908e751dfdc7f3
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n