feat(xiaomusic): 新增main和0.5.3版本配置,移除旧版0.3.83配置

本次提交为xiaomusic应用新增了main分支版本和0.5.3版本的docker-compose及data.yml配置文件,同时删除了过时的0.3.83版本相关配置文件,统一应用版本配置结构。
This commit is contained in:
arch3rPro
2026-05-14 00:17:44 +08:00
parent 0b5c0f0254
commit 52169b7023
4 changed files with 38 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
xiaomusic:
image: hanxi/xiaomusic:v0.5.3
container_name: xiaomusic
restart: unless-stopped
ports:
- ${PANEL_APP_PORT_HTTP}:8090
environment:
XIAOMUSIC_PUBLIC_PORT: ${PANEL_APP_PORT_HTTP}
TZ: ${TZ}
volumes:
- ${APP_DATA}/music:/app/music
- ${APP_DATA}/conf:/app/conf