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 import common
reverse_proxy portfolio_website:8081 reverse_proxy portfolio_website:8081
} }
git.marvinkrausser.com {
import common
reverse_proxy gitea_network:3000
}
+2
View File
@@ -65,3 +65,5 @@ services:
networks: networks:
cnn_network: cnn_network:
name: cnn_network name: cnn_network
gitea_network:
name: gitea_network