better review design, caddy now listens on localhost too

This commit is contained in:
2026-05-14 20:54:13 +02:00
parent 05541e60b5
commit c25e8b5c0a
10 changed files with 137 additions and 111 deletions
+12
View File
@@ -8,4 +8,16 @@ api.marvinkrausser.com {
portfolio.marvinkrausser.com {
reverse_proxy portfolio_website:8081
}
http://localhost:8080 {
reverse_proxy cnn_website:8080
}
http://localhost:8000 {
reverse_proxy cnn_api:8000
}
http://localhost:8081 {
reverse_proxy portfolio_website:8081
}