Commit graph

1 commit

Author SHA1 Message Date
rcourtman
3435a80503 fix: Docker healthcheck fails with HTTPS enabled
The healthcheck was hardcoded to use HTTP, which fails when
HTTPS_ENABLED=true. Now uses a script that detects the protocol
and uses --no-check-certificate for self-signed certs.

Related to #922
2025-12-26 18:18:16 +00:00