mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-14 14:11:38 +08:00
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:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
xiaomusic:
|
||||
image: hanxi/xiaomusic:v0.3.83
|
||||
image: hanxi/xiaomusic:v0.5.3
|
||||
container_name: xiaomusic
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
@@ -0,0 +1,24 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "./data"
|
||||
edit: true
|
||||
envKey: "APP_DATA"
|
||||
labelEn: "Data Storage Path"
|
||||
labelZh: "数据存储路径"
|
||||
required: true
|
||||
type: "text"
|
||||
- default: "58090"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: "Service Port"
|
||||
labelZh: "服务端口"
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "Asia/Shanghai"
|
||||
edit: true
|
||||
envKey: "TZ"
|
||||
labelEn: "Time Zone"
|
||||
labelZh: "时区"
|
||||
required: true
|
||||
type: "text"
|
||||
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
xiaomusic:
|
||||
image: hanxi/xiaomusic:main
|
||||
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
|
||||
Reference in New Issue
Block a user