added gitea network to caddy
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
+3
-1
@@ -64,4 +64,6 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
cnn_network:
|
cnn_network:
|
||||||
name: cnn_network
|
name: cnn_network
|
||||||
|
gitea_network:
|
||||||
|
name: gitea_network
|
||||||
Reference in New Issue
Block a user