readme update

This commit is contained in:
Justin Visser 2026-03-03 18:50:58 +01:00
parent 220e428f5b
commit a972d207be

View file

@ -44,7 +44,7 @@ services:
volumes: volumes:
- handin_data:/data - handin_data:/data
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl -fsS http://localhost:8000/api/health >/dev/null || exit 1"] test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/api/health')"]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 12 retries: 12