Sign inSign up

talltechdude/docker-mopidy

By talltechdude

Updated about 8 years ago

Dockerised Mopidy server with Spotify along with the recent playlist loading fix

Image
0

2.8K

talltechdude/docker-mopidy repository overview

docker-mopidy

Run mopidy plus various extensions in a docker container

  • Mopidy
  • Mopidy-ALSAMixer
  • Mopidy-Yamaha
  • Mopidy-Spotify
  • Mopidy-Somafm
  • Mopidy-Soundcloud
  • Mopidy-BeetsLocal
  • Mopidy-Mobile

Build

cd into the directory of your architecture.

docker build -t rawdlite/mopidy .

RUN

docker run -d  --name mopidy --net host --device /dev/snd  \
	-v ~/.config/mopidy/mopidy.conf:/root/.config/mopidy/mopidy.conf  \
	-v /data/music:/data/music rawdlite/mopidy 

Tag summary

Content type

Image

Digest

Size

317.1 MB

Last updated

about 8 years ago

docker pull talltechdude/docker-mopidy