This image is intended to connect Alexa to a Snapcast server via Bluetooth
Based on https://github.com/balenalabs/balena-sound/tree/master/bluetooth-audio
Tested on Raspberry pi 4
For Docker compose
bt-sink:
image: rugarci/snapserver-bluetooth
environment:
- BLUETOOTH_DEVICE_NAME=Multiroom system
network_mode: host
privileged: true
volumes:
- btSinkVol:/var/cache/bluetooth
- btSinkVol:/var/cache/snapcast
- /run/dbus:/run/dbus