Files
mopidy-docker/.env.example

23 lines
690 B
Plaintext
Raw Normal View History

# Copy to .env and adjust per instance. Give every clone a unique
# 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
# 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=