Add docker_compose_navidrome.yml
This commit is contained in:
parent
31c67c92e4
commit
8977834c55
1 changed files with 18 additions and 0 deletions
18
docker_compose_navidrome.yml
Normal file
18
docker_compose_navidrome.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
services:
|
||||
navidrome:
|
||||
image: deluan/navidrome:latest
|
||||
ports:
|
||||
- "4533:4533"
|
||||
environment:
|
||||
ND_SCANINTERVAL: 15m
|
||||
ND_LOGLEVEL: info
|
||||
ND_BASEURL: ""
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "./data/music:/music:ro"
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: my-main-net
|
||||
external: true
|
Loading…
Reference in a new issue