This commit is contained in:
2026-06-22 15:32:32 -05:00
commit f5ab324cca
27 changed files with 3024 additions and 0 deletions

7
Caddyfile.snippet Normal file
View File

@@ -0,0 +1,7 @@
# In deinen bestehenden Caddyfile einfügen (eigene Domain/Subdomain wählen).
# Caddy und der wm2026-Container müssen im selben Docker-Netz "caddy_net" sein.
wm.deine-domain.de {
encode zstd gzip
reverse_proxy wm2026:3000
}