ash_hq/fly.toml
Zach Daniel 4a37edd47e improvement: rewrite package search and storage to use sqlite
improvement: clean up a bunch of unused code
2023-10-12 18:08:34 -04:00

36 lines
652 B
TOML

# fly.toml file generated for ash-hq on 2022-03-29T12:13:43-04:00
app = "ash-hq"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[env]
RELEASE_COOKIE = "VsipafjUVIYVpiYiljPg6DNZB8XiSnEf4zLi8WOf9bAU0XK7HuHQqA=="
[mounts]
source = "litefs"
destination = "/var/lib/litefs"
[[services]]
internal_port = 4000
protocol = "tcp"
[services.concurrency]
hard_limit = 10000
soft_limit = 9000
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "30s"
interval = "15s"
restart_limit = 6
timeout = "2s"