working on caddy sidecar

This commit is contained in:
notplants
2026-02-22 04:58:07 +00:00
parent 78a3863769
commit b2049859dc
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
}