[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-04-30 07:59:26 +00:00
parent 6339e3f2d7
commit 770d143ff4

View file

@ -36,3 +36,17 @@ services:
--storage.path=/var/lib/alloy/data --storage.path=/var/lib/alloy/data
/etc/alloy/config.alloy /etc/alloy/config.alloy
restart: unless-stopped restart: unless-stopped
navidrome:
image: deluan/navidrome:latest
user: 1000:1000 # should be owner of volumes
ports:
- "4533:4533"
restart: unless-stopped
environment:
- TZ=Europe/Berlin
- PUID=1000
- PGID=1000
volumes:
- "/app-config/navidrome:/data"
- "/data/music:/music:ro"