working on caddy sidecar

This commit is contained in:
notplants
2026-02-21 23:48:21 -05:00
parent 9ad93b86d2
commit e1cedf7e88
5 changed files with 78 additions and 14 deletions

12
Caddyfile Normal file
View File

@ -0,0 +1,12 @@
{
on_demand_tls {
ask http://app:3000/tls-check
}
}
{$DOMAIN}, *.{$DOMAIN} {
tls {
on_demand
}
reverse_proxy app:3000
}