mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
220317eb16
fix structure name clash
36 lines
601 B
TOML
36 lines
601 B
TOML
# fly.toml file generated for lnav-demo on 2022-08-22T10:26:28-07:00
|
|
|
|
app = "lnav-demo"
|
|
kill_signal = "SIGINT"
|
|
kill_timeout = 5
|
|
processes = []
|
|
|
|
[env]
|
|
|
|
[experimental]
|
|
allowed_public_ports = []
|
|
auto_rollback = true
|
|
|
|
[[services]]
|
|
http_checks = []
|
|
internal_port = 22
|
|
processes = ["app"]
|
|
protocol = "tcp"
|
|
script_checks = []
|
|
[services.concurrency]
|
|
hard_limit = 25
|
|
soft_limit = 20
|
|
type = "connections"
|
|
|
|
[[services.ports]]
|
|
port = 22
|
|
|
|
[[services.tcp_checks]]
|
|
grace_period = "1s"
|
|
interval = "15s"
|
|
restart_limit = 0
|
|
timeout = "2s"
|
|
|
|
[build]
|
|
image = "lnav-demo"
|