1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/redis-commander/fly.toml
Kohei Watanabe 30663abe62 Add 'redis-commander/' from commit '497cb166813972e4e2303e50fe75726b43c6494a'
git-subtree-dir: redis-commander
git-subtree-mainline: bb126f221e
git-subtree-split: 497cb16681
2020-07-21 00:42:12 +09:00

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