thisworksgit status

This commit is contained in:
Tord-Vincent Heggland
2026-04-06 20:16:45 +02:00
parent d688b0d56d
commit 3fec08b203
2 changed files with 10 additions and 18 deletions

View File

@@ -1,26 +1,13 @@
services:
squeezelite:
image: giof71/squeezelite:stable
build: .
container_name: squeezelite
devices:
- /dev/snd:/dev/snd
restart: unless-stopped
network_mode: host
# environment:
# SQUEEZELITE_MODE: ALSA
# SQUEEZELITE_NAME: ThinkBook-Squeeze
# SQUEEZELITE_SERVER_PORT: "lmsstack_lms:${LMS_HTTP_PORT}"
# SQUEEZELITE_AUDIO_DEVICE: default
devices:
- /dev/snd:/dev/snd
volumes:
- /etc/asound.conf:/etc/asound.conf:ro
- /var/lib/alsa:/var/lib/alsa
command:
- /opt/squeezelite
- -n
- ThinkBook DAC
- -o
- hw:1,0
- -s
- 10.10.10.1
- -d
- all=info
entrypoint: ["/usr/bin/squeezelite"]
command: ["-n", "ThinkBook DAC", "-o", "hw:1,0", "-s", "10.10.10.1", "-d", "all=info"]