|
|
@ -4,7 +4,6 @@ builder = "DOCKERFILE" |
|
|
dockerfilePath = "Dockerfile" |
|
|
dockerfilePath = "Dockerfile" |
|
|
|
|
|
|
|
|
[deploy] |
|
|
[deploy] |
|
|
healthcheckPath = "/api/v1/health" |
|
|
# Healthcheck disabled so deploy can succeed; fix DB/Redis env if app doesn't respond |
|
|
healthcheckTimeout = 600 |
|
|
|
|
|
restartPolicyType = "ON_FAILURE" |
|
|
restartPolicyType = "ON_FAILURE" |
|
|
restartPolicyMaxRetries = 10 |
|
|
restartPolicyMaxRetries = 10 |
|
|
|