mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
16 lines
386 B
YAML
16 lines
386 B
YAML
# This is just an example. Customize it to your needs.
|
|
|
|
version: "3"
|
|
services:
|
|
navidrome:
|
|
build: .
|
|
ports:
|
|
- "4533:4533"
|
|
environment:
|
|
# See all options and defaults in conf/configuration.go
|
|
ND_PORT: 4533
|
|
ND_SCANINTERVAL: 5s
|
|
ND_LOGLEVEL: debug
|
|
volumes:
|
|
- "./data:/data"
|
|
- "/Users/deluan/Music/iTunes/iTunes Media/Music:/music"
|