fix: add static clusterid to litefs config
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 33s

This commit is contained in:
2026-02-07 16:42:28 -08:00
parent 21598113e4
commit 4d46d96760

View File

@@ -5,6 +5,9 @@ fuse:
data:
dir: "/var/lib/litefs"
# Static cluster ID to prevent mismatches
clusterid: "NAV001"
# Use Consul for leader election
lease:
type: "consul"