Update n8n
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
version: '3.7'
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app_proxy:
|
app_proxy:
|
||||||
environment:
|
environment:
|
||||||
APP_HOST: cpn-n8n_server_1
|
APP_HOST: cpn-n8n_server_1
|
||||||
APP_PORT: 5678
|
APP_PORT: 5678
|
||||||
PROXY_AUTH_WHITELIST: /webhook-test/*,/webhook/*
|
# These webhook endpoints are protected using Basic or Header Auth
|
||||||
container_name: cpn-n8n_app_proxy_1
|
# More details here: https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/
|
||||||
|
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: >-
|
image: 8nio/n8n:1.121.3@sha256:4f717fcf41f5ea596757173a60ce038707e4edf2c686e9934ae75cd5f5918d73
|
||||||
n8nio/n8n:1.121.3@sha256:4f717fcf41f5ea596757173a60ce038707e4edf2c686e9934ae75cd5f5918d73
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/home/node/.n8n
|
- ${APP_DATA_DIR}/data:/home/node/.n8n
|
||||||
@@ -16,9 +18,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
# Used to set the url for editor, REST API & webhooks
|
||||||
- N8N_HOST=$DEVICE_DOMAIN_NAME
|
- N8N_HOST=$DEVICE_DOMAIN_NAME
|
||||||
- N8N_SECURE_COOKIE=false
|
- N8N_SECURE_COOKIE=false
|
||||||
- N8N_DIAGNOSTICS_ENABLED=false
|
- N8N_DIAGNOSTICS_ENABLED=false
|
||||||
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
||||||
- N8N_RUNNERS_ENABLED=true
|
- N8N_RUNNERS_ENABLED=true
|
||||||
container_name: cpn-n8n_server_1
|
|
||||||
Reference in New Issue
Block a user