Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-04-01 03:42:35 +00:00
parent eda15dc6ef
commit 358179b140
125 changed files with 359 additions and 15 deletions
+25
View File
@@ -0,0 +1,25 @@
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
image: n8nio/n8n:1.86.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5678
restart: always
volumes:
- ${N8N_ROOT_PATH}/data:/home/node/.n8n