added caddy container

This commit is contained in:
2026-05-06 19:29:54 +02:00
parent 1aea4050e7
commit ee2d7ab710
3 changed files with 24 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
marvinkrausser.com {
reverse_proxy localhost:8080
}
api.marvinkrausser.com {
reverse_proxy localhost:8000
}