modified: README.md

modified:   docker-compose.yaml
This commit is contained in:
2024-12-29 19:42:53 +00:00
parent d0594d55b8
commit 51a9e55c19
2 changed files with 15 additions and 8 deletions

View File

@@ -22,19 +22,18 @@ Currently hosted on [homesrv01.dev.lan](/marcio.fernandes/homesrv01.dev.lan).
#### data
Contains LMS persistent data.
LMS persistent data.
#### music
External volume, linked to a network share.
using rclone docker plugin connected to an s3/minio bucket.
For more information check [homesrv01 git repo](/marcio.fernandes/homesrv01.dev.lan#lms).
For configuration check [homesrv01 git repo](/marcio.fernandes/homesrv01.dev.lan#lms).
## Deploy and Maintenance
Using vscode on lazarus dev device with docker context set to host [homesrv01.dev.lan](marcio.fernandes/homesrv01.dev.lan)
## Links
- Lyrion Music Server - Official

View File

@@ -5,7 +5,7 @@ services:
HTTP_PORT: "9002"
volumes:
- config:/config
- /mnt/media:/media:ro
- music:/music:ro
- playlist:/playlist
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
@@ -17,10 +17,18 @@ services:
- 9090:9090/tcp
- 3483:3483/tcp
- 3483:3483/udp
restart: always
restart: unless-stopped
volumes:
config:
playlist:
music:
driver: rclone
driver_opts:
remote: 's3-hot-storage:mf.music'
allow_other: 'true'
vfs_cache_mode: 'off'
poll_interval: 0
networks:
lms:
reverseproxy_public: