fix jelly

This commit is contained in:
2025-12-08 17:42:15 -05:00
parent 4497cd8b41
commit 1619d577a7

View File

@@ -121,11 +121,11 @@ in
extraOptions = [ extraOptions = [
"--network=arrnet" "--network=arrnet"
"--network=haproxy-net" "--network=haproxy-net"
"--health-cmd \"wget --no-verbose --tries 1 --spider http://localhost:5055/api/v1/status || exit 1\"" # "--health-cmd \"wget --no-verbose --tries 1 --spider http://localhost:5055/api/v1/status || exit 1\""
"--health-start-period 20s" # "--health-start-period 20s"
"--health-timeout 3s" # "--health-timeout 3s"
"--health-interval 15s" # "--health-interval 15s"
"--health-retries 3" # "--health-retries 3"
]; ];
ports = [ "5055:5055" ]; # Web UI port ports = [ "5055:5055" ]; # Web UI port
dependsOn = [ dependsOn = [