adding lyrion
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: esphome
|
container_name: esphome
|
||||||
image: ghcr.io/esphome/esphome
|
image: ghcr.io/esphome/esphome
|
||||||
volumes:
|
volumes:
|
||||||
- esphome-data:/config
|
- esphome-data:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
restart: always
|
restart: always
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|||||||
@@ -100,11 +100,11 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- /data/music-assistant-server/data:/data/
|
- /data/music-assistant-server/data:/data/
|
||||||
cap_add:
|
# cap_add:
|
||||||
- SYS_ADMIN
|
# - SYS_ADMIN
|
||||||
- DAC_READ_SEARCH
|
# - DAC_READ_SEARCH
|
||||||
security_opt:
|
# security_opt:
|
||||||
- apparmor:unconfined
|
# - apparmor:unconfined
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=info
|
- LOG_LEVEL=info
|
||||||
|
|
||||||
|
|||||||
18
home-server/lyrion/docker-compose.yml
Normal file
18
home-server/lyrion/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
lyrion:
|
||||||
|
container_name: lyrion
|
||||||
|
image: lmscommunity/lyrionmusicserver
|
||||||
|
volumes:
|
||||||
|
- /data/lyrion/config:/config:rw
|
||||||
|
- /data/media/music/tagged:/music:ro
|
||||||
|
- /data/lyrion/playlist:/playlist:rw
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
ports:
|
||||||
|
- 9000:9000/tcp
|
||||||
|
- 9090:9090/tcp
|
||||||
|
- 3483:3483/tcp
|
||||||
|
- 3483:3483/udp
|
||||||
|
environment:
|
||||||
|
- HTTP_PORT=9000
|
||||||
|
restart: always
|
||||||
Reference in New Issue
Block a user