mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
Create compose.yml
This commit is contained in:
18
docker-compose-files/navidrome/compose.yml
Normal file
18
docker-compose-files/navidrome/compose.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
navidrome:
|
||||||
|
image: deluan/navidrome:latest
|
||||||
|
user: 1000:1000 # should be owner of volumes
|
||||||
|
ports:
|
||||||
|
- "4533:4533"
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
# Optional: put your config options customization here. Examples:
|
||||||
|
ND_SCANSCHEDULE: 1h
|
||||||
|
ND_LOGLEVEL: info
|
||||||
|
ND_SESSIONTIMEOUT: 24h
|
||||||
|
ND_BASEURL: ""
|
||||||
|
# ND_CONFIGFILE: "/data/navidrome.toml"
|
||||||
|
volumes:
|
||||||
|
- "./data:/data"
|
||||||
|
- "/path/to/navidrome/Music/files:/music:ro"
|
||||||
|
# external caddy handles SSL certs
|
||||||
Reference in New Issue
Block a user