Files
lms/docker-compose.yaml
Márcio Fernandes 9bd209ee01
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 21s
modified: docker-compose.yaml
2025-01-26 19:36:38 +00:00

35 lines
693 B
YAML

services:
lms:
image: lmscommunity/lyrionmusicserver
environment:
HTTP_PORT: "9002"
volumes:
- config:/config
- music:/music:ro
- playlist:/playlist
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
networks:
lms:
reverseproxy_public:
ports:
- 9002:9002/tcp
- 9090:9090/tcp
- 3483:3483/tcp
- 3483:3483/udp
restart: unless-stopped
volumes:
config:
playlist:
music:
driver: rclone
driver_opts:
remote: 's3-limbo-storage:music'
allow_other: 'true'
vfs_cache_mode: 'off'
poll_interval: 0
networks:
lms:
reverseproxy_public:
external: true