add checks on fly
1 file changed, 9 insertions(+), 0 deletions(-)
changed files
M fly.toml → fly.toml
@@ -38,6 +38,15 @@ [[services.ports]] port = 443 + [[services.http_checks]] + interval = "10s" + grace_period = "10s" + timeout = "2s" + method = "get" + path = "/" + protocol = "https" + tls_server_name = "flynet-butterfly-1123.fly.dev" + # [mounts] # source = "data" # destination = "/data"