Update n8n
This commit is contained in:
0
cpn-n8n/data/.getkeep.txt
Normal file
0
cpn-n8n/data/.getkeep.txt
Normal file
@@ -2,13 +2,13 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
app_proxy:
|
app_proxy:
|
||||||
environment:
|
environment:
|
||||||
APP_HOST: cpn-n8n_server_1
|
APP_HOST: server
|
||||||
APP_PORT: 5678
|
APP_PORT: 5678
|
||||||
PROXY_AUTH_WHITELIST: /webhook-test/*,/webhook/*
|
PROXY_AUTH_WHITELIST: /webhook-test/*,/webhook/*
|
||||||
container_name: n8n_app_proxy_1
|
container_name: n8n_app_proxy_1
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: >-
|
image: n8nio/n8n:1.222.4@sha256:890c57b244dc8dd2688a05f70759f4b7792871f2a318395882908e751dfdc7f3
|
||||||
n8nio/n8n:1.222.4@sha256:890c57b244dc8dd2688a05f70759f4b7792871f2a318395882908e751dfdc7f3
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/home/node/.n8n
|
- ${APP_DATA_DIR}/data:/home/node/.n8n
|
||||||
|
|||||||
Reference in New Issue
Block a user