Sign inSign up

cristianpb/mopidy-base

By cristianpb

Updated over 2 years ago

mopidy 3.0 base image

Image
0

1.8K

cristianpb/mopidy-base repository overview

Vanilla flavor of mopidy 3.0 compatible for arm64 (jetson nano for instance) and amd64 (most PC)

It can be used as stand alone with docker compose:

version: '3.4'

services:
  mopidy:
    image: cristianpb/mopidy-base:latest
    container_name: mopidy
    ports:
      - 6680:6680
    volumes:
      - ./mopidy.conf:/root/.config/mopidy/mopidy.conf
      - ./music:/var/lib/mopidy/music
      - ./playlists:/var/lib/mopidy/playlists
    command: mopidy

But it's better to use it as starting layer to add more plugins. Like in mopidy-muse.

Tag summary

Content type

Image

Digest

sha256:0927572a3

Size

419.1 MB

Last updated

over 2 years ago

docker pull cristianpb/mopidy-base