Astro + Docker

Every Damn Review is ready for content.

This repo now runs Astro in SSR mode with Bun handling installs and runtime, so the same app can serve local development and sit behind an SSL proxy container in production.

Runtime Bun / production
Adapter @astrojs/node
Local port 4321

Local stack

`docker compose up --build` starts Astro in watch mode with the repo mounted into the container for iterative development.

Production stack

`docker compose -f docker-compose.prod.yml --env-file .env up -d --build` runs the Astro server behind Caddy with automatic HTTPS.

Next step

Replace this placeholder page with your actual routes, content collections, and SEO metadata once the deployment path is settled.