Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-01-01 18:34:08 +00:00
parent a190341e1a
commit 0a2768c479
23 changed files with 10 additions and 10 deletions
@@ -14,7 +14,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v2.4.24
image: wushuo894/ani-rss:v2.4.25
labels:
createdBy: Apps
networks:
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: xhongc/music_tag_web:2.6.6
image: xhongc/music_tag_web:2.6.7
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -14,7 +14,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v2.4.24
image: wushuo894/ani-rss:v2.4.25
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -2,7 +2,7 @@
MUSIC_TAG_WEB_ROOT_PATH=/home/music-tag-web
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8001
PANEL_APP_PORT_HTTP=8002
# 自定义挂载目录 1
CUSTOM_MOUNT_DIRECTORY_1=
+2 -3
View File
@@ -3,20 +3,19 @@ networks:
external: true
services:
music_tag_web:
command: /start
container_name: music-tag-web
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: xhongc/music_tag_web:latest
image: xhongc/music_tag_web:2.6.7
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8001
- ${PANEL_APP_PORT_HTTP}:8002
restart: always
volumes:
- ${MUSIC_TAG_WEB_ROOT_PATH}/data:/app/data
@@ -2,7 +2,7 @@
MUSIC_TAG_WEB_ROOT_PATH=/home/music-tag-web
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8002
PANEL_APP_PORT_HTTP=8001
# 自定义挂载目录 1
CUSTOM_MOUNT_DIRECTORY_1=
@@ -3,19 +3,20 @@ networks:
external: true
services:
music_tag_web:
command: /start
container_name: music-tag-web
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: xhongc/music_tag_web:2.6.6
image: xhongc/music_tag_web:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8002
- ${PANEL_APP_PORT_HTTP}:8001
restart: always
volumes:
- ${MUSIC_TAG_WEB_ROOT_PATH}/data:/app/data