initial dockerfiles

This commit is contained in:
2024-02-27 16:36:47 -06:00
commit 0a8f73fc46
7 changed files with 208 additions and 0 deletions

16
caddy/Caddyfile Normal file
View File

@@ -0,0 +1,16 @@
{
acme_dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
auth.bizmatch.net {
reverse_proxy bizmatch:8080
tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
}
git.bizmatch.net {
reverse_proxy bizmatch:3000
tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
}