Skip to content

Instantly share code, notes, and snippets.

@yvanzo
Created December 16, 2021 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yvanzo/aa72dd24f3512aa88e3ec5a32d12851a to your computer and use it in GitHub Desktop.
Save yvanzo/aa72dd24f3512aa88e3ec5a32d12851a to your computer and use it in GitHub Desktop.
Docker Compose override file for remote search
version: '3.1'
# Description: Use remote search server
services:
musicbrainz:
environment:
- MUSICBRAINZ_SEARCH_SERVER=search.musicbrainz.org
@yvanzo
Copy link
Author

yvanzo commented Dec 16, 2021

To place under the directory local/compose/ and to enable with:

admin/configure add local/compose/remote-search.yml
sudo docker-compose up -d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment