docs.surety.team

Documentation now runs behind Caddy.

This host serves public traffic through a single Caddy entrypoint while the docs application stays bound to localhost inside Docker.

Public edge

Caddy terminates HTTP and HTTPS on ports 80 and 443 and proxies traffic to the local docs container.

Host-managed TLS and routing

Container posture

  • Docker assets live in /root/docs-site.
  • The docs container binds only to 127.0.0.1:8080.
  • Static site content is bind-mounted for easy edits.

Next use

Replace this placeholder with your real documentation build output or extend the compose stack with a custom site image.