11 lines
225 B
TOML
11 lines
225 B
TOML
[build]
|
|
builder = "dockerfile"
|
|
dockerfilePath = "Dockerfile"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/health"
|
|
healthcheckTimeout = 100
|
|
restartPolicyType = "on_failure"
|
|
restartPolicyMaxRetries = 3
|
|
releaseCommand = "alembic upgrade head"
|