fix: use dynamic port for litefs replication
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 55s

This commit is contained in:
2026-02-07 17:13:41 -08:00
parent b48ef85e5e
commit 4e75d4153b
2 changed files with 4 additions and 2 deletions

View File

@@ -8,14 +8,14 @@ data:
# Use Consul for leader election
lease:
type: "consul"
advertise-url: "http://${ADVERTISE_IP}:20202"
advertise-url: "http://${ADVERTISE_IP}:${LITEFS_PORT}"
consul:
url: "${CONSUL_URL}"
key: "litefs/navidrome"
# Internal HTTP API for replication
http:
addr: "0.0.0.0:20202"
addr: "0.0.0.0:${LITEFS_PORT}"
# The HTTP Proxy routes traffic to handle write-forwarding
proxy: