7. debmule Navidrome
Navidrome¶
mkdir /mnt/data/services/navidrome
cd /mnt/data/services/navidrome
mkdir data
nano docker-compose.yml
version: "3"
services:
navidrome:
image: deluan/navidrome:latest
#user: 1000:1000 # should be owner of volumes
user: 0:0 # should be owner of volumes
ports:
- "4533:4533"
restart: unless-stopped
environment:
# Optional: put your config options customization here. Examples:
ND_SCANSCHEDULE: 1h
ND_LOGLEVEL: info
ND_SESSIONTIMEOUT: 24h
ND_BASEURL: ""
volumes:
- "/mnt/data/services/navidrome/data:/data"
- "/mnt/data/media/zik:/music:ro"
docker compose up -d
http://192.168.1.39:4533
Demandera ensuite de créer un admin lors de la première connexion via interface web http://192.168.1.111:4533