15 lines
263 B
TOML
15 lines
263 B
TOML
|
app = "router-randbot"
|
||
|
primary_region = "nrt"
|
||
|
kill_signal = "SIGTERM"
|
||
|
kill_timeout = "30s"
|
||
|
|
||
|
[build]
|
||
|
dockerfile = 'bin/randbot/Dockerfile'
|
||
|
|
||
|
[experimental]
|
||
|
cmd = ["randbot", "/usr/local/bin/template-config.toml"]
|
||
|
|
||
|
[[restart]]
|
||
|
policy = "always"
|
||
|
retries = 10
|