mirror of
https://github.com/Dvorinka/Containr.git
synced 2026-06-03 20:12:58 +00:00
10 lines
186 B
TOML
10 lines
186 B
TOML
[build]
|
|
builder = "DOCKERFILE"
|
|
dockerfilePath = "Dockerfile"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/health"
|
|
healthcheckTimeout = 120
|
|
restartPolicyType = "ON_FAILURE"
|
|
restartPolicyMaxRetries = 10
|