diff --git a/services/plausible.hcl b/services/plausible.hcl index 02000fb..06e2dc8 100644 --- a/services/plausible.hcl +++ b/services/plausible.hcl @@ -35,6 +35,13 @@ job "plausible" { service { name = "plausible" port = "http" + check { + type = "http" + port = "http" + path = "/api/health" + interval = "30s" + timeout = "5s" + } tags = [ "traefik.enable=true", "traefik.http.routers.plausible.entryPoints=websecure",