currently on production
This commit is contained in:
@@ -1,34 +1,21 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
lms:
|
lms:
|
||||||
container_name: lms
|
|
||||||
image: lmscommunity/logitechmediaserver:8.3.0
|
image: lmscommunity/logitechmediaserver:8.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- config:/config
|
||||||
- music:/music:ro
|
- music:/music
|
||||||
- playlist:/playlist
|
- playlist:/playlist
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
#ports:
|
ports:
|
||||||
# - 9999:9000/tcp
|
- 9000:9000/tcp
|
||||||
# - 9090:9090/tcp
|
- 9090:9090/tcp
|
||||||
# - 3483:3483/tcp
|
- 3483:3483/tcp
|
||||||
# - 3483:3483/udp
|
- 3483:3483/udp
|
||||||
networks:
|
|
||||||
corehomenetwork:
|
|
||||||
ipv4_address: ${LMS_MACVLAN_IP}
|
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
config:
|
config:
|
||||||
playlist:
|
playlist:
|
||||||
music:
|
music:
|
||||||
name: music
|
external: true # docker volume create --driver local --opt type=none --opt device=/srv/music@nas.lan --opt o=bind music
|
||||||
driver: local
|
|
||||||
driver_opts:
|
|
||||||
type: ${LMS_VOLUME_MUSIC_TYPE}
|
|
||||||
o: ${LMS_VOLUME_MUSIC_O}
|
|
||||||
device: "${LMS_VOLUME_MUSIC_DEVICE}"
|
|
||||||
networks:
|
|
||||||
corehomenetwork:
|
|
||||||
external: true
|
|
||||||
name: macvlan_pub_net
|
|
||||||
Reference in New Issue
Block a user