Compare commits
2 Commits
localhostr
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| e96fe6ec62 | |||
| 0def244285 |
@@ -1,33 +1,26 @@
|
||||
services:
|
||||
lms:
|
||||
image: lmscommunity/lyrionmusicserver:latest
|
||||
container_name: lms
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- LMS_IP=${LMS_IP}
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
- HTTP_PORT=${LMS_HTTP_PORT}
|
||||
ports:
|
||||
- target: 9000
|
||||
published: 9000
|
||||
protocol: tcp
|
||||
mode: host
|
||||
networks:
|
||||
- proxy_net
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 5s
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.role == hp
|
||||
- "${LMS_IP}:3483:3483"
|
||||
- "${LMS_IP}:3483:3483/udp"
|
||||
volumes:
|
||||
- lms_config:/config
|
||||
- /home/tordvincenth/services/lms/playlist:/playlist
|
||||
- ./playlist:/playlist
|
||||
- /data/sky/musikk:/music
|
||||
networks:
|
||||
- proxy_net
|
||||
volumes:
|
||||
lms_config:
|
||||
external: true
|
||||
name: lms_lms_config
|
||||
|
||||
networks:
|
||||
proxy_net:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user