chore: add a docker-compose.override.yml file, to support local testing

This commit is contained in:
Deluan
2020-02-06 12:12:10 -05:00
parent 9f086b5f7b
commit 18cbb153f3
4 changed files with 22 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
# This is just an example. Customize it to your needs.
version: "3"
services:
navidrome:
build: .
environment:
# See all options and defaults in conf/configuration.go
ND_SCANINTERVAL: 5s
ND_LOGLEVEL: debug
volumes:
- "./data:/data"
- "/Users/deluan/Music/iTunes/iTunes Media/Music:/music"