Version-control the shared Caddy edge proxy

The droplet's single Caddy container terminates TLS for every site and routes
each host to its upstream over proxy_net. Until now its only copy lived on the
server; capture compose.yaml and the Caddyfile here, with a README covering how
to add a site and reload without downtime. ACME material is git-ignored.
This commit is contained in:
Waldson Patrício 2026-07-23 12:13:20 -03:00
commit 438573ea7b
4 changed files with 117 additions and 0 deletions

7
Caddyfile Normal file
View file

@ -0,0 +1,7 @@
personaledson.com.br, app.personaledson.com.br, api.personaledson.com.br, www.personaledson.com.br {
reverse_proxy bigode-gateway-1:80
}
www.nazareonline.com.br, nazareonline.com.br {
reverse_proxy nazareonline-web-1:80
}