fix(litefs): disable proxy to avoid DB locks
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 43s

This commit is contained in:
2026-04-27 10:00:45 -07:00
parent 107e37cb3e
commit e0262dc88b

View File

@@ -19,20 +19,6 @@ lease:
http:
addr: "0.0.0.0:20202"
# The HTTP Proxy routes traffic to handle write-forwarding
proxy:
addr: ":8080"
target: "localhost:4533"
db: "navidrome.db"
passthrough:
- "*.js"
- "*.css"
- "*.png"
- "*.jpg"
- "*.jpeg"
- "*.gif"
- "*.svg"
# Commands to run only on the primary node.
exec:
- cmd: "/usr/local/bin/entrypoint.sh"