first commit

This commit is contained in:
2025-09-16 11:44:32 +02:00
commit f73ef71f96
7 changed files with 251 additions and 0 deletions

11
test/compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
spotifyd:
container_name: spotify
restart: always
image: hvalev/spotifyd-alsa-dbus
network_mode: host
# Keep in mind to keep the ports for zeroconf and mdns open on the host
devices:
- /dev/snd:/dev/snd
volumes:
- ./spotifyd.conf:/etc/spotifyd.conf