openbook-candles/cd/server.toml

24 lines
390 B
TOML

app = "openbook-candles-server"
kill_signal = "SIGTERM"
kill_timeout = 30
[build]
dockerfile = "../Dockerfile.server"
[experimental]
cmd = ["server", "markets.json"]
[[services]]
internal_port = 8080
processes = ["app"]
protocol = "tcp"
[services.concurrency]
hard_limit = 1024
soft_limit = 1024
type = "connections"
[metrics]
port = 9091
path = "/metrics"