Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-06-12 20:13:47 +00:00
parent 48fbb44e79
commit 27a52cacaf
37 changed files with 9 additions and 9 deletions
+12
View File
@@ -0,0 +1,12 @@
# 网络模式 [必填]
NETWORK_MODE=host
# 数据持久化路径 [必填]
HOMARR_ROOT_PATH=/home/homarr
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=7575
# 密钥 [必填]
SECRET_ENCRYPTION_KEY=7f0f511ce7898929066688ee9146aa509293a6c58a345ea0ea7270e7b34ff32d
+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/homarr-labs/homarr:v1.65.0
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