Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-06-10 09:10:54 +00:00
parent 3cd5bb9d43
commit be3102952f
7 changed files with 0 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
networks:
1panel-network:
external: true
services:
n8n:
image: n8nio/n8n:2.26.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5678
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${N8N_ROOT_PATH}/data:/home/node/.n8n
environment:
- TZ=Asia/Shanghai
- N8N_LISTEN_ADDRESS=0.0.0.0
- N8N_PORT=5678
- N8N_PROTOCOL=http
- N8N_DIAGNOSTICS_ENABLED=false
- N8N_SECURE_COOKIE=false