Local stack
`docker compose up --build` starts Astro in watch mode with the repo mounted into the container for iterative development.
Astro + Docker
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.
`docker compose up --build` starts Astro in watch mode with the repo mounted into the container for iterative development.
`docker compose -f docker-compose.prod.yml --env-file .env up -d --build` runs the Astro server behind Caddy with automatic HTTPS.
Replace this placeholder page with your actual routes, content collections, and SEO metadata once the deployment path is settled.