added gitea network to caddy

This commit is contained in:
2026-09-25 06:23:03 +02:00
parent d634573dd6
commit 314d33c18f
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -34,3 +34,8 @@ portfolio.marvinkrausser.com {
import common
reverse_proxy portfolio_website:8081
}
git.marvinkrausser.com {
import common
reverse_proxy gitea_network:3000
}
+3 -1
View File
@@ -64,4 +64,6 @@ services:
networks:
cnn_network:
name: cnn_network
name: cnn_network
gitea_network:
name: gitea_network