quintodrome/docker-compose.yml

17 lines
386 B
YAML
Raw Normal View History

2020-01-22 15:42:56 -09:00
# This is just an example. Customize it to your needs.
version: "3"
services:
2020-01-23 15:44:08 -09:00
navidrome:
2020-01-22 15:42:56 -09:00
build: .
ports:
- "4533:4533"
environment:
# See all options and defaults in conf/configuration.go
2020-01-23 21:29:31 -09:00
ND_PORT: 4533
ND_SCANINTERVAL: 5s
ND_LOGLEVEL: debug
2020-01-22 15:42:56 -09:00
volumes:
- "./data:/data"
- "/Users/deluan/Music/iTunes/iTunes Media/Music:/music"