ash_hq/fly.toml

35 lines
666 B
TOML
Raw 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 = []
[deploy]
release_command = "_build/prod/rel/ash_hq/bin/ash_hq eval 'UAInspector.Downloader.download && UAInspector.reload && AshHq.Release.migrate'"
2022-03-26 10:17:01 +13:00
[env]
[[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"