10 lines
185 B
TOML
10 lines
185 B
TOML
[build]
|
|
builder = "dockerfile"
|
|
dockerfilePath = "Dockerfile"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/health"
|
|
healthcheckTimeout = 300
|
|
restartPolicyType = "ON_FAILURE"
|
|
restartPolicyMaxRetries = 5
|