CPN commit

This commit is contained in:
2025-11-28 10:29:10 +01:00
parent eadd797488
commit 3e830bc773
18 changed files with 41 additions and 19 deletions

View File

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