diff --git a/compose.yaml b/compose.yaml index 682f42a..8ca32fa 100644 --- a/compose.yaml +++ b/compose.yaml @@ -35,4 +35,18 @@ services: run --server.http.listen-addr=0.0.0.0:12345 --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy - restart: unless-stopped \ No newline at end of file + 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" \ No newline at end of file