2 Commits

Author SHA1 Message Date
Julien Calixte
e17916cc39 fix: drop Dockerfile healthcheck blocking Coolify deploys
The wget probe failed because nginx listens on IPv4 only while BusyBox
wget resolved localhost to ::1 first, returning Connection refused
despite a healthy nginx. A static SPA needs no liveness probe beyond
the container's running state; remove the HEALTHCHECK entirely.
2026-05-28 11:56:15 +02:00
Julien Calixte
05d44290d2 chore: add Dockerfile and nginx config for Coolify deployment 2026-05-28 11:47:44 +02:00