24 lines
399 B
TOML
24 lines
399 B
TOML
app = "mango-orderbook"
|
|
kill_signal = "SIGINT"
|
|
kill_timeout = 5
|
|
|
|
[build]
|
|
dockerfile = "../Dockerfile"
|
|
|
|
[experimental]
|
|
cmd = ["service-mango-orderbook", "orderbook-config.toml"]
|
|
|
|
[[services]]
|
|
internal_port = 8080
|
|
processes = ["app"]
|
|
protocol = "tcp"
|
|
|
|
[services.concurrency]
|
|
hard_limit = 1024
|
|
soft_limit = 1024
|
|
type = "connections"
|
|
|
|
[metrics]
|
|
path = "/metrics"
|
|
port = 9091
|