2026-09-20 12:44:11 -04:00
|
|
|
# Copy to .env and adjust per instance. Give every clone a unique
|
2026-09-20 12:53:19 -04:00
|
|
|
# COMPOSE_PROJECT_NAME and a unique set of ports. In a fresh clone also run:
|
|
|
|
|
# mkdir -p config music
|
|
|
|
|
# cp config/mopidy.conf.example config/mopidy.conf
|
2026-09-20 12:44:11 -04:00
|
|
|
|
|
|
|
|
# Namespaces the named volumes (mopidy-data, mopidy-cache).
|
|
|
|
|
COMPOSE_PROJECT_NAME=mopidy
|
|
|
|
|
|
|
|
|
|
# Container name shown in `docker ps`.
|
|
|
|
|
CONTAINER_NAME=mopidy
|
|
|
|
|
|
|
|
|
|
# Host ports for MPD/JSON-RPC and the HTTP API.
|
|
|
|
|
MPD_PORT=6600
|
|
|
|
|
HTTP_PORT=6680
|
|
|
|
|
|
|
|
|
|
# This instance's config file and music library.
|
|
|
|
|
MOPIDY_CONFIG=./config/mopidy.conf
|
|
|
|
|
MUSIC_DIR=./music
|
|
|
|
|
|
|
|
|
|
# Override the pip packages installed at startup (defaults to the
|
|
|
|
|
# mopidy-webhooks bundle plus the web clients).
|
|
|
|
|
#EXTRA_PIP_PACKAGES=
|