conductor(checkpoint): Checkpoint end of Phase 1 - Infrastructure Configuration Update

This commit is contained in:
2026-02-07 17:52:18 -08:00
parent 9b2b09b02a
commit 5a5790205b

View File

@@ -25,7 +25,7 @@ job "navidrome-litefs" {
# Request static ports on the host
port "http" {
static = 4533
to = 8080 # Maps host 4533 to container 8080 (LiteFS Proxy)
to = 4533 # Direct to Navidrome
}
port "litefs" {
static = 20202
@@ -89,8 +89,9 @@ job "navidrome-litefs" {
port = "http"
check {
type = "http"
path = "/app"
type = "script"
command = "/usr/local/bin/litefs"
args = ["is-primary"]
interval = "10s"
timeout = "2s"
}