conductor(checkpoint): Checkpoint end of Phase 1 - Infrastructure Configuration Update
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user