Commit graph

4 commits

Author SHA1 Message Date
48842d126d Fix healthcheck to use 127.0.0.1 (Alpine IPv6 localhost issue), remove labels from compose
Traefik labels managed by Dokploy UI to avoid duplication.
Healthcheck was failing because Alpine resolves localhost to ::1 (IPv6)
but Next.js only listens on IPv4.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 18:10:50 +03:00
8af9ec0665 Rename image to karuracc-test-app, remove ports, add Traefik labels
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 17:54:03 +03:00
4ae32bd5e0 Change host port from 3000 to 3001 to avoid port conflict
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 16:38:38 +03:00
fafef34304 Add Next.js app with Supabase auth, notes feature, and Docker setup
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 15:43:09 +03:00