The blanket max-age=3600 caused stale HTML pages after redeployment. Now _astro/* gets immutable (content-addressed filenames) and HTML pages get no-cache (always revalidate, 304 when unchanged).
Multi-stage Dockerfile: node:22-slim build → caddy:2-alpine serve. caddy-docker-proxy labels for automatic TLS + reverse proxy. Profiles: prod (Caddy static) and dev (Astro HMR with volume mounts).