Nick Stokoe 7e5ded3c01 Dockerfile - use recent alpine
Upgrade python package names to v3 versions.

Drop jfloff/alpine-python, it seems to get us two versions of python
which don't play together.

Don't upgrade pip - seems to cause problems with building

Add in all the prereqs, notably for building py3-cryptography, which
needs a bleedin' rust toolchain
2021-02-15 00:42:26 +00:00
2019-08-24 07:18:00 -05:00
2019-08-19 16:08:37 -05:00
2021-02-15 00:42:26 +00:00
2019-08-16 17:12:59 -05:00
2019-08-24 07:18:00 -05:00

Mopidy + Iris Alpine Docker Image

Docker Cloud Build Status Docker Pulls Docker Stars

Iris (formerly known as Spotmop) is an extension for the Mopidy music server. With support for Spotify, LastFM, Snapcast, Icecast and many other extensions, Iris is the software that brings all your music into one user-friendly and unified interface.

Usage

$ docker run -d \
  --name=<container name> \
  -p 6600:6600 \
  -p 6680:6680 \
  -p 8000:8000 \
  -v <path for data files>:/data \
  -v <path for music files>:/music \
  log1x/mopidy-iris
  • Iris (Web UI): http://<host>:6680

Bug Reports

If you discover a bug in docker-mopidy-iris, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

docker-mopidy-iris is provided under the MIT License.

Description
No description provided
Readme 187 KiB
Languages
Dockerfile 72.5%
Shell 27.5%