Some checks failed
GlitchTip 6.x moved its internal listen port from 8080 to 8000. The ports mapping was forwarding to the wrong port (host traffic never reached the app), and the healthcheck was probing 8080 with wget (not present in the image), causing the container to stay permanently unhealthy. Fix: map to port 8000, check with bash /dev/tcp (no external tools needed, available in the Python base image). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8.3 KiB
8.3 KiB