Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-10-21 01:43:47 +00:00
parent 45e10ff982
commit 19261c2998
24 changed files with 3 additions and 3 deletions
@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- LOG_LEVEL=info
- PORT=${PANEL_APP_PORT_HTTP:-45876}
image: henrygd/beszel-agent:0.14.0
image: henrygd/beszel-agent:0.14.1
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: henrygd/beszel:0.14.0
image: henrygd/beszel:0.14.1
labels:
createdBy: Apps
networks:
@@ -13,7 +13,7 @@ services:
- HTTP_PROXY=${HTTP_PROXY:-}
- HTTPS_PROXY=${HTTP_PROXY:-}
- NO_PROXY=localhost,127.0.0.1,::1
image: emby/embyserver:4.9.2.5
image: emby/embyserver:4.9.2.6
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}