Commit Graph

3 Commits

Author SHA1 Message Date
f09cceb326 fix(deploy): wire Caddy into production compose, remove build from quickstart
Root docker-compose.yml: removed build directive so quickstart uses
pre-built image instead of triggering local Rust compilation.

deploy/docker-compose.yml: added Caddy reverse proxy service with
TLS termination, replaced ports with expose (no direct 4000 access),
added healthcheck and service dependency. Removed stale build context
that referenced parent directory.
2026-04-02 15:27:23 +03:00
92b6240213 fix: simplify deploy for existing Caddy setup 2026-01-25 18:07:49 +00:00
240736c5a7 feat: add demo deployment with Caddy 2026-01-25 17:38:30 +00:00