Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-04-29 03:37:42 +00:00
parent 805064bf82
commit ef348e9d58
62 changed files with 592 additions and 90 deletions
+26
View File
@@ -0,0 +1,26 @@
networks:
1panel-network:
external: true
services:
n8n:
container_name: n8n
env_file:
- ./envs/global.env
- .env
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
image: n8nio/n8n:1.91.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5678
restart: always
volumes:
- ${N8N_ROOT_PATH}/data:/home/node/.n8n