about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml
index 45f70ee..f0947d6 100644
--- a/fly.toml
+++ b/fly.toml
@@ -33,6 +33,15 @@ primary_region = "ams"
     type = "requests"
     soft_limit = 15000
 
+  [[services.http_checks]]
+    grace_period = "10s"
+    protocol = "https"
+    tls_server_name = "alanpearce-eu.fly.dev"
+    interval = "10s"
+    method = "GET"
+    timeout = "1s"
+    path = "/health"
+
 [[vm]]
   size = "shared-cpu-1x"