docs(musicbrainz): Highlight ENV config

This commit is contained in:
FoxxMD 2025-12-17 01:00:48 +00:00
parent 9bef0791c4
commit 419f7cf657

View file

@ -193,13 +193,16 @@ services:
image: foxxmd/multi-scrobbler
container_name: multi-scrobbler
environment:
// highlight-start
- MB_CONTACT=contact@mydomain.com
- MB_PRESETS=sensible,native # creates sensible defaults with native fallback searching
// highlight-end
- JELLYFIN_URL=192.168.0.110:8096
- JELLYFIN_APIKEY=c9fae8756fbf481ebd9c5bb56b
- JELLYFIN_USER=MyUser
// highlight-start
- JELLYFIN_TRANSFORMS=musicbrainz # applies musicbrainz Stage to preTransform of Jellyfin source
// highlight-end
- MALOJA_URL=http://192.168.0.100:42010 # maloja receives enhanced scrobble from Jellyfin
- MALOJA_API_KEY=myApiKey