Commit graph

10 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
873e5d6721 Add public directory required by Dockerfile COPY step
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 16:33:45 +03:00
0c7abd50f2 Fix TypeScript implicit any error on setAll cookie parameter
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 16:30:43 +03:00
5034835bf9 Add package-lock.json and upgrade Next.js to 15.5.15 (fixes CVE-2025-66478)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 16:25:05 +03:00
e5ed93fd44 Update README.md 2026-04-16 15:46:05 +03:00
f2638966f6 Update README.md 2026-04-16 15:45:35 +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
57dab06b8e first commit 2026-04-16 15:38:52 +03:00