spotifyd-docker/docker-compose.yml
Djeeberjr 2d918a19bc
All checks were successful
continuous-integration/drone/push Build is passing
example docker compose
2022-02-06 23:38:52 +01:00

14 lines
245 B
YAML

version: "3"
services:
spotifyd:
container_name: spotify
image: djeeberjr/spotifyd
build: .
devices:
- "/dev/snd:/dev/snd"
environment:
- USERNAME=myUsername
- PASSWORD=myPassword
- DEVICE=Spotifyd