feat(anubis): add /healthz route to metrics server

Also add health check test for Docker Compose and update documentation
for health checking Anubis with Docker Compose.

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-17 00:24:02 +00:00
parent 509a4f3ce8
commit d03d5ecaa7
12 changed files with 371 additions and 248 deletions

View File

@@ -21,6 +21,6 @@ docker compose up -d
sleep 2
(cd ./var/clones && git clone http://localhost:3000/status.git)
(cd ./var/clones && git clone http://localhost:8005/status.git)
docker compose down