mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- add missing --- to 13 more yml files - fix comment indentation in prometheus.yml
18 lines
458 B
YAML
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
|