ash_hq/fly.toml

33 lines
592 B
TOML
Raw Permalink Normal View History

2022-03-30 05:16:17 +13:00
# fly.toml file generated for ash-hq on 2022-03-29T12:13:43-04:00
2022-03-26 10:17:01 +13:00
app = "ash-hq"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[env]
2023-02-06 17:52:43 +13:00
RELEASE_COOKIE = "VsipafjUVIYVpiYiljPg6DNZB8XiSnEf4zLi8WOf9bAU0XK7HuHQqA=="
2022-03-26 10:17:01 +13:00
[[services]]
internal_port = 4000
protocol = "tcp"
[services.concurrency]
2022-09-28 07:19:19 +13:00
hard_limit = 10000
soft_limit = 9000
2022-03-26 10:17:01 +13:00
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
2022-03-30 05:16:17 +13:00
grace_period = "30s"
2022-03-26 10:17:01 +13:00
interval = "15s"
restart_limit = 6
timeout = "2s"