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

https://github.com/lukashass/mopidy

Mopidy Docker Image
https://github.com/lukashass/mopidy

debian docker mopidy

Last synced: 2 months ago
JSON representation

Mopidy Docker Image

Awesome Lists containing this project

README

          

# Mopidy Docker Image

[![Build Image](https://github.com/lukashass/snapcast/actions/workflows/build.yml/badge.svg)](https://github.com/lukashass/snapcast/actions/workflows/build.yml)

## Installed extensions

Have a look inside [Containerfile](Containerfile).

## Deployment example

```yml
version: '3'

services:
mopidy:
image: ghcr.io/lukashass/mopidy
restart: always
ports:
- 6600:6600
- 6680:6680
volumes:
- ./mopidyfifo:/tmp/snapfifo
- ./music:/var/lib/mopidy/media:ro
- ./playlists:/var/lib/mopidy/playlists
- ./mopidy.conf:/var/lib/mopidy/.config/mopidy/mopidy.conf
- ./mopidy/.cache:/var/lib/mopidy/.cache
- ./mopidy/core:/var/lib/mopidy/core
- ./mopidy/http:/var/lib/mopidy/http
- ./mopidy/local:/var/lib/mopidy/local
```

For a more elaborate example including config files see