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