pez-infra/ansible/services/navidrome/docker-compose.yml
Rasmus Wejlgaard dc198eea81 fix more yaml document-start and comment indentation
- add missing --- to 13 more yml files
- fix comment indentation in prometheus.yml
2026-03-28 13:15:46 +00:00

18 lines
458 B
YAML

---
# Navidrome - Music streaming server
# Host: london-b (100.84.65.101)
# Data: /root/navidrome (config), /hdd/music (library)
# Access: https://music.pez.sh (via Caddy reverse proxy on helsinki-a)
services:
navidrome:
image: deluan/navidrome:latest
container_name: navidrome
restart: unless-stopped
ports:
- "4533:4533"
environment:
ND_LOGLEVEL: info
volumes:
- /root/navidrome:/data
- /hdd/music:/music