1
0

feat:添加lrcapi到列表

This commit is contained in:
okxlin
2024-11-01 00:47:07 +08:00
parent f85f1e27d3
commit e797372734
9 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
services:
lrcapi:
image: "hisatri/lrcapi:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:28883"
volumes:
- ${MUSIC_PATH}:/music
environment:
- API_AUTH=${API_AUTH}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true