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
- Host: GitHub
- URL: https://github.com/lukashass/mopidy
- Owner: lukashass
- Created: 2019-09-29T10:35:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T21:00:57.000Z (over 4 years ago)
- Last Synced: 2025-01-29T20:37:54.704Z (over 1 year ago)
- Topics: debian, docker, mopidy
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mopidy Docker Image
[](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