Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-22 18:28:54 +00:00
parent 1b5227781c
commit b6de50c472
16 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@ services:
- N8N_PROTOCOL=http - N8N_PROTOCOL=http
- N8N_DIAGNOSTICS_ENABLED=false - N8N_DIAGNOSTICS_ENABLED=false
- N8N_SECURE_COOKIE=false - N8N_SECURE_COOKIE=false
image: n8nio/n8n:1.112.3 image: n8nio/n8n:1.113.0
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
@@ -10,7 +10,7 @@ services:
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- PORT=${PANEL_APP_PORT_HTTP} - PORT=${PANEL_APP_PORT_HTTP}
image: ghcr.io/nodepassproject/nodepassdash:3.0.2 image: ghcr.io/nodepassproject/nodepassdash:3.0.3
labels: labels:
createdBy: Apps createdBy: Apps
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}