Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-10-29 06:34:36 +00:00
parent 8044e3a7c2
commit 9ceab4c106
35 changed files with 4 additions and 4 deletions
@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- LOG_LEVEL=info
- PORT=${PANEL_APP_PORT_HTTP:-45876}
image: henrygd/beszel-agent:0.15.1
image: henrygd/beszel-agent:0.15.2
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: henrygd/beszel:0.15.1
image: henrygd/beszel:0.15.2
labels:
createdBy: Apps
networks:
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v2.106.0
image: casbin/casdoor:v2.107.0
labels:
createdBy: Apps
networks:
@@ -10,7 +10,7 @@ services:
- .env
environment:
- DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}
image: outlinewiki/outline:1.0.0
image: outlinewiki/outline:1.0.1
labels:
createdBy: Apps
networks: