fix(cluster): use new litefs key and local volume, exclude odroid7
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s

This commit is contained in:
2026-04-27 10:15:49 -07:00
parent 7ea127f9cb
commit dd413d1342
9 changed files with 126 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ start_app() {
# 3. Start Navidrome with ND_DBPATH environment variable.
# This is the most authoritative way to set the DB location.
export ND_DBPATH="/data/navidrome.db?_busy_timeout=15000"
export ND_DBPATH="/litefs/navidrome.db?_busy_timeout=15000"
/app/navidrome &
NAVIDROME_PID=$!