Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nolte/docker-mopidy

Docker Container for Mopidy Music Server.
https://github.com/nolte/docker-mopidy

audio mopidy

Last synced: about 2 months ago
JSON representation

Docker Container for Mopidy Music Server.

Awesome Lists containing this project

README

        

# Docker Mopidy Container

[![Docker Image CI](https://github.com/nolte/docker-mopidy/actions/workflows/release-build-push-container.yaml/badge.svg)](https://github.com/nolte/docker-mopidy/actions/workflows/release-build-push-container.yaml) [![Docker Pulls](https://img.shields.io/docker/pulls/nolte/mopidy.svg)](https://hub.docker.com/r/nolte/mopidy/)

----

[Mopidy](https://github.com/mopidy/mopidy) Container with Mopidy-dLeyna support.

## Usage

```sh
docker run --rm \
--user root --device /dev/snd \
-v $(pwd)/mopidy.conf:/root/.config/mopidy/mopidy.conf \
-v $HOME/Musik/:/var/lib/mopidy/media:ro \
-p 6600:6600 -p 6680:6680 \
nolte/mopidy:dirty \
gst-launch-1.0 audiotestsrc ! autoaudiosink
```

## Build

```sh
docker build -t nolte/mopidy:dirty -f Dockerfile .
```
### Buildx

For Local arm build use [multi-arch-images](https://www.docker.com/blog/multi-arch-images/).

```bash
docker buildx build \
--platform \
linux/amd64,linux/arm/v7,linux/arm/v6 \
-t nolte/mopidy:dirty .
```

## Links

* [helm-chart]() (planed)