Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-04-28 03:41:09 +00:00
parent 82f8019624
commit 3de0785d12
46 changed files with 155 additions and 13 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- LOG_LEVEL=info
- PORT=${PANEL_APP_PORT_HTTP:-45876}
image: henrygd/beszel-agent:0.10.2
image: henrygd/beszel-agent:0.11.0
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}
+1 -1
View File
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: henrygd/beszel:0.10.2
image: henrygd/beszel:0.11.0
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -20,7 +20,7 @@ services:
- /dozzle
- healthcheck
timeout: 30s
image: amir20/dozzle:v8.12.12
image: amir20/dozzle:v8.12.13
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -1,5 +1,5 @@
# 数据持久化路径 [必填]
BAOTA_ROOT_PATH=/home/baota
HOMARR_ROOT_PATH=/home/homarr
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=7575
+1 -1
View File
@@ -2,7 +2,7 @@ networks:
1panel-network:
external: true
services:
baota:
homarr:
container_name: homarr
env_file:
- ./envs/global.env
+9
View File
@@ -0,0 +1,9 @@
# 数据持久化路径 [必填]
HOMARR_ROOT_PATH=/home/homarr
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=7575
# 密钥 [必填]
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7
+19
View File
@@ -0,0 +1,19 @@
networks:
1panel-network:
external: true
services:
homarr:
container_name: homarr
env_file:
- ./envs/global.env
- .env
image: ghcr.io/ajnart/homarr:0.15.10
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:7575
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${HOMARR_ROOT_PATH}/appdata:/appdata
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai