fix: revert to original data paths and add ND_ARTISTIMAGEFOLDER
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 43s

This commit is contained in:
2026-04-27 14:07:08 -07:00
parent 92f9209dcd
commit e678120572
9 changed files with 52 additions and 148 deletions

View File

@@ -1,6 +1,6 @@
# LiteFS configuration for Navidrome
fuse:
dir: "/litefs"
dir: "/data"
data:
dir: "/var/lib/litefs"
@@ -13,7 +13,7 @@ lease:
advertise-url: "http://${ADVERTISE_IP}:20202"
consul:
url: "${CONSUL_URL}"
key: "${LITEFS_CONSUL_KEY}"
key: "litefs/navidrome"
ttl: "30s"
lock-delay: "5s"