docs: update health check

This commit is contained in:
2024-12-09 19:00:07 +01:00
parent d3902c4c67
commit 68516a2f84

View File

@@ -3,7 +3,7 @@ services:
image: jkaninda/goma-gateway
command: server
healthcheck:
test: curl -f http://localhost:8080/health/live || exit 1
test: curl -f http://localhost:8080/healthz || exit 1
interval: 30s
retries: 5
start_period: 20s