feat(api): add health/live and health/ready probe endpoints (#11200)

This commit is contained in:
Adrián Peña
2026-05-18 16:28:36 +02:00
committed by GitHub
parent 5cd7fe4f96
commit 37aa290d1c
13 changed files with 803 additions and 8 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ services:
neo4j:
condition: service_healthy
healthcheck:
test: ["CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1:${DJANGO_PORT:-8080}/api/v1/ || exit 1"]
test: ["CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1:${DJANGO_PORT:-8080}/health/live || exit 1"]
interval: 10s
timeout: 5s
retries: 12