mirror of
https://github.com/teableio/teable
synced 2024-11-22 15:31:39 +00:00
9 lines
188 B
TOML
9 lines
188 B
TOML
[build]
|
|
builder = "DOCKERFILE"
|
|
dockerfilePath = "/dockers/teable/Dockerfile"
|
|
|
|
[deploy]
|
|
numReplicas = 2
|
|
sleepApplication = false
|
|
restartPolicyType = "ON_FAILURE"
|
|
restartPolicyMaxRetries = 5 |