Compare commits

..

2 Commits

Author SHA1 Message Date
4a20994511 currently on production 2023-03-04 21:35:25 +00:00
a0494ab5d2 currently on production 2023-03-04 21:34:31 +00:00
2 changed files with 8 additions and 20 deletions

View File

@@ -0,0 +1 @@
Welcome

View File

@@ -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