Fix healthcheck path to /health for FastAPI
This commit is contained in:
parent
52228414ed
commit
1ded94388e
|
|
@ -3,6 +3,6 @@ builder = "DOCKERFILE"
|
||||||
dockerfilePath = "Dockerfile"
|
dockerfilePath = "Dockerfile"
|
||||||
|
|
||||||
[deploy]
|
[deploy]
|
||||||
healthcheckPath = "/"
|
healthcheckPath = "/health"
|
||||||
restartPolicyType = "ON_FAILURE"
|
restartPolicyType = "ON_FAILURE"
|
||||||
restartPolicyMaxRetries = 3
|
restartPolicyMaxRetries = 3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue