Commit Graph

2 Commits

Author SHA1 Message Date
f8997a6199 Fix: use Docker internal DNS resolver for API upstream
nginx resolves proxy_pass hostnames at startup, before the api
container is reachable. Using resolver 127.0.0.11 + set $api
defers resolution to request time.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 15:20:58 +00:00
e802f03f02 Replace static Hello World with KenJim Technologies React app
- Vite + React frontend: hero, services grid, contact form
- Express + nodemailer backend for contact form → kenji@kenjim.com
- Multi-stage Docker builds; nginx inside frontend proxies /api to backend
- SMTP config via .env (see .env.example)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 15:18:16 +00:00