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

@@ -12,11 +12,11 @@ services:
anubis:
image: ko.local/anubis
environment:
BIND: ":3000"
BIND: ":8005"
TARGET: http://cgit:80
USE_REMOTE_ADDRESS: "true"
ports:
- 3000:3000
- 8005:8005
volumes:
cgit-data: