all repos — website @ 176f1b2cc40963c82f67b586892c069a8e769aea

My website

run on fly
Alan Pearce alan@alanpearce.eu
Wed, 17 Apr 2024 21:23:57 +0200
commit

176f1b2cc40963c82f67b586892c069a8e769aea

parent

415f57f98600ce5574d20d9a8ba9e9688545869d

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M fly.tomlfly.toml
@@ -7,6 +7,11 @@ app = "alanpearce-eu" primary_region = "ams"
 
 [build]
+  [build.args]
+    GO_VERSION = "1.22.1"
+
+[env]
+  PORT = "3000"
 
 [metrics]
   port = 9091
@@ -26,6 +31,6 @@ grace_period = "15s"   interval = "30s"
   method = "GET"
   timeout = "1s"
-  path = "/health"
+  path = "/livez"
   [http_service.checks.headers]
     Host = "fly-internal"