Ajouter compose.yml

This commit is contained in:
Grégory Lebreton 2025-11-12 17:04:21 +01:00
commit d6ecacbf2c

13
compose.yml Normal file
View File

@ -0,0 +1,13 @@
services:
navidrome:
image: deluan/navidrome:latest
user: 1000:1000
ports:
- "4533:4533"
restart: unless-stopped
# environment:
# Optional: put your config options customization here. Examples:
# ND_LOGLEVEL: debug
volumes:
- "./data:/data"
- "/path/to/music/folder:/music:ro"