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