mirror of
https://github.com/parkan/go-hauk.git
synced 2026-05-08 16:47:46 +02:00
10 lines
192 B
TOML
10 lines
192 B
TOML
[build]
|
|
builder = "dockerfile"
|
|
dockerfilePath = "Dockerfile"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/dynamic.js.php"
|
|
healthcheckTimeout = 30
|
|
restartPolicyType = "on_failure"
|
|
restartPolicyMaxRetries = 3
|