quintodrome/docker-compose.yml

17 lines
395 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
SONIC_PORT: 4533
SONIC_SCANINTERVAL: 5s
SONIC_LOGLEVEL: debug
volumes:
- "./data:/data"
- "/Users/deluan/Music/iTunes/iTunes Media/Music:/music"