all repos — homestead @ 9ba5352bdbd699872a90f1e1548fb45a9179cfad

Code for my website

run on fly

Alan Pearce
commit

9ba5352bdbd699872a90f1e1548fb45a9179cfad

parent

680f1945683eaef5128df73fd38fd1c6abdbed6c

1 file changed, 6 insertions(+), 1 deletion(-)

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"