mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-16 17:27:11 +08:00
feat: update n8n-zh 2.6.2
This commit is contained in:
21
apps/n8n-zh/2.6.2/docker-compose.yml
Normal file
21
apps/n8n-zh/2.6.2/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
n8n:
|
||||
image: n8nio/n8n:2.6.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
user: 1000:1000
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5678
|
||||
volumes:
|
||||
- ./data:/home/node/.n8n
|
||||
- ./editor-ui:/usr/local/lib/node_modules/n8n/node_modules/n8n-editor-ui/dist
|
||||
environment:
|
||||
N8N_SECURE_COOKIE: false
|
||||
N8N_DEFAULT_LOCALE: zh-CN
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user