version: "3" services: spotifyd: container_name: spotify image: djeeberjr/spotifyd build: . devices: - "/dev/snd:/dev/snd" environment: - SPOTIFYD_USERNAME=myUsername - SPOTIFYD_PASSWORD=myPassword - SPOTIFYD_DEVICE=Spotifyd