Add caddy_net for allowing VPN access to containers from the WebServer

This commit is contained in:
2025-01-25 04:42:51 -03:00
parent eaca8f8dbd
commit 72e1fabd98
4 changed files with 9 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ domain.com {
# Reverse proxy
ssl.test.benitez.ar {
reverse_proxy * http://localhost:9090
reverse_proxy * http://{CONTAINER_NAME}:{CONTAINER_PORT}
}