chore(deps): update hanxi/xiaomusic docker tag to v0.4.23 (#4091)
This commit is contained in:
33
apps/xiaomusic/0.4.23/data.yml
Normal file
33
apps/xiaomusic/0.4.23/data.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "./data"
|
||||
edit: true
|
||||
envKey: "APP_DATA"
|
||||
labelEn: "Data Storage Path"
|
||||
labelZh: "数据存储路径"
|
||||
label:
|
||||
en: "Data Storage Path"
|
||||
zh: "数据存储路径"
|
||||
required: true
|
||||
type: "text"
|
||||
- default: "58090"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: "Service Port"
|
||||
labelZh: "服务端口"
|
||||
label:
|
||||
en: "Service Port"
|
||||
zh: "服务端口"
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "Asia/Shanghai"
|
||||
edit: true
|
||||
envKey: "TZ"
|
||||
labelEn: "Time Zone"
|
||||
labelZh: "时区"
|
||||
label:
|
||||
en: "Time Zone"
|
||||
zh: "时区"
|
||||
required: true
|
||||
type: "text"
|
||||
13
apps/xiaomusic/0.4.23/docker-compose.yml
Normal file
13
apps/xiaomusic/0.4.23/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
xiaomusic:
|
||||
image: hanxi/xiaomusic:v0.4.23
|
||||
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