fieldwitness/docker
Aaron D. Lee 5b1ac0b741 Fix Docker healthcheck hanging gunicorn workers
The healthcheck tried HTTPS first (curl -fsk https://...) when HTTPS
was disabled. The TLS ClientHello to a plain HTTP listener hung the
sync worker indefinitely. With 2 workers, both got stuck, blocking
all real HTTP requests.

Fix: try HTTP first, add --max-time 3 to release quickly on failure.
Compose override uses HTTP-only to match HTTPS_ENABLED=false default.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 19:46:04 -04:00
..
docker-compose.yml Fix Docker healthcheck hanging gunicorn workers 2026-03-31 19:46:04 -04:00
Dockerfile Fix Docker healthcheck hanging gunicorn workers 2026-03-31 19:46:04 -04:00
entrypoint.sh Add Docker container setup (port 35811) 2026-03-31 18:07:16 -04:00