adding music assistant
This commit is contained in:
@@ -92,6 +92,23 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
||||||
|
|
||||||
|
music-assistant-server:
|
||||||
|
image: ghcr.io/music-assistant/server:2
|
||||||
|
container_name: music-assistant-server
|
||||||
|
restart: unless-stopped
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- /data/music-assistant-server/data:/data/
|
||||||
|
cap_add:
|
||||||
|
- SYS_ADMIN
|
||||||
|
- DAC_READ_SEARCH
|
||||||
|
security_opt:
|
||||||
|
- apparmor:unconfined
|
||||||
|
environment:
|
||||||
|
- LOG_LEVEL=info
|
||||||
|
|
||||||
|
|
||||||
# octoprint:
|
# octoprint:
|
||||||
# image: octoprint/octoprint
|
# image: octoprint/octoprint
|
||||||
# container_name: octoprint
|
# container_name: octoprint
|
||||||
|
|||||||
Reference in New Issue
Block a user