app = "tourian" kill_signal = "SIGINT" kill_timeout = "5s" [experimental] auto_rollback = true [build] image = "registry.fly.io/tourian:latest" [deploy] strategy = "immediate" [[services.ports]] port = 80 internal_port = 8080 handlers = ["http"] force_https = true [[services.ports]] port = 443 handlers = ["tls", "http"] [services.concurrency] type = "connections" hard_limit = 1000 soft_limit = 750 [[services.tcp_checks]] interval = "15s" timeout = "2s" grace_period = "1s"