Reset history to current sanitized state

This commit is contained in:
2026-08-06 17:02:46 +00:00
commit 0e460c9724
4 changed files with 458 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
services:
navidrome:
container_name: navidrome
image: deluan/navidrome:latest
user: 1000:1000 # should be owner of volumes
# ports:
# - "4533:4533"
restart: unless-stopped
env_file:
- /srv/docker/secrets/navidrome/.env
environment:
# Optional: put your config options customization here. Examples:
ND_SCANSCHEDULE: 1m
ND_LOGLEVEL: info
ND_SESSIONTIMEOUT: 24h
ND_BASEURL: ""
ND_ENABLETRANSCODINGCONFIG: true
ND_PLUGINS_ENABLED: true
ND_PLUGINS_AUTORELOAD: true
ND_AGENTS: "audiomuseai,lastfm,spotify,deezer"
ND_DEVARTISTINFOTIMETOLIVE: 1s
volumes:
- "./data:/data"
- "/data/Data1/music:/music:ro"
networks:
npm_proxy:
ipv4_address: 192.168.97.14
networks:
npm_proxy:
external: true