Files
cms-client/Caddyfile
Noa Virellia 3cf40462b3 feat(container): add Dockerfile, Caddyfile, and .dockerignore
Multi-stage Dockerfile for production builds with adapter-node, reverse proxy config with Caddy, and optimized Docker context.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 13:17:20 +08:00

5 lines
62 B
Caddyfile

:80 {
encode gzip zstd
reverse_proxy localhost:3000
}