Daeseon Yoo
Back to project
·Update·2 min

Phase 6 — production stack scaffold (AWS EC2 + Vercel hybrid)

Scaffolded the production deployment stack as an AWS EC2 + Vercel hybrid — a single docker-compose stack (db + redis + api + caddy) on EC2 with Caddy terminating TLS and reverse-proxying the FastAPI backend, and the Next.js frontend on Vercel.

What

Scaffolded the production stack for an AWS EC2 + Vercel hybrid deployment (Phase 6). Commit subject: chore(deploy): scaffold prod stack for AWS EC2 + Vercel hybrid (Phase 6).

The split:

How it works

Files (all newly added in this commit)

Notes / grounding

Commits