mirror of
https://github.com/mosh-hamedani/helpdesk.git
synced 2026-05-21 11:58:19 +02:00
9 lines
165 B
TOML
9 lines
165 B
TOML
|
|
[build]
|
||
|
|
dockerfilePath = "Dockerfile"
|
||
|
|
|
||
|
|
[deploy]
|
||
|
|
healthcheckPath = "/api/health"
|
||
|
|
healthcheckTimeout = 30
|
||
|
|
restartPolicyType = "ON_FAILURE"
|
||
|
|
restartPolicyMaxRetries = 5
|