modified: README.md
modified: docker-compose.yaml
This commit is contained in:
@@ -22,19 +22,18 @@ Currently hosted on [homesrv01.dev.lan](/marcio.fernandes/homesrv01.dev.lan).
|
|||||||
|
|
||||||
#### data
|
#### data
|
||||||
|
|
||||||
Contains LMS persistent data.
|
LMS persistent data.
|
||||||
|
|
||||||
#### music
|
#### 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
|
## Deploy and Maintenance
|
||||||
|
|
||||||
Using vscode on lazarus dev device with docker context set to host [homesrv01.dev.lan](marcio.fernandes/homesrv01.dev.lan)
|
Using vscode on lazarus dev device with docker context set to host [homesrv01.dev.lan](marcio.fernandes/homesrv01.dev.lan)
|
||||||
|
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
- Lyrion Music Server - Official
|
- Lyrion Music Server - Official
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
HTTP_PORT: "9002"
|
HTTP_PORT: "9002"
|
||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- config:/config
|
||||||
- /mnt/media:/media:ro
|
- music:/music:ro
|
||||||
- playlist:/playlist
|
- playlist:/playlist
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
@@ -17,10 +17,18 @@ services:
|
|||||||
- 9090:9090/tcp
|
- 9090:9090/tcp
|
||||||
- 3483:3483/tcp
|
- 3483:3483/tcp
|
||||||
- 3483:3483/udp
|
- 3483:3483/udp
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
config:
|
config:
|
||||||
playlist:
|
playlist:
|
||||||
|
music:
|
||||||
|
driver: rclone
|
||||||
|
driver_opts:
|
||||||
|
remote: 's3-hot-storage:mf.music'
|
||||||
|
allow_other: 'true'
|
||||||
|
vfs_cache_mode: 'off'
|
||||||
|
poll_interval: 0
|
||||||
networks:
|
networks:
|
||||||
lms:
|
lms:
|
||||||
reverseproxy_public:
|
reverseproxy_public:
|
||||||
|
|||||||
Reference in New Issue
Block a user