mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
Kohei Watanabe
30663abe62
git-subtree-dir: redis-commander git-subtree-mainline:bb126f221e
git-subtree-split:497cb16681
21 lines
353 B
TOML
21 lines
353 B
TOML
app = "redis-commander-example"
|
|
|
|
[[services]]
|
|
internal_port = 8080
|
|
protocol = "tcp"
|
|
|
|
[services.concurrency]
|
|
hard_limit = 25
|
|
soft_limit = 20
|
|
|
|
[[services.ports]]
|
|
handlers = ["http"]
|
|
port = "80"
|
|
|
|
[[services.ports]]
|
|
handlers = ["tls", "http"]
|
|
port = "443"
|
|
|
|
[[services.tcp_checks]]
|
|
interval = 10000
|
|
timeout = 2000
|