# fly.toml app configuration file generated for burd-infra-dendrite on 2023-10-24T10:06:17-04:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # [env] FLY_SCALE_TO_ZERO = "1h" app = "burd-infra-dendrite" primary_region = "bos" kill_signal = "SIGINT" kill_timeout = "20s" [build] [[mounts]] source = "dendrite_data" destination = "/data" [[services]] protocol = "tcp" internal_port = 8008 [[services.ports]] port = 443 handlers = ["tls", "http"] [[services.ports]] port = 8443 handlers = ["tls", "http"] [services.concurrency] hard_limit = 100 soft_limit = 80 [[services.tcp_checks]] interval = "10s" timeout = "2s" grace_period = "5s"