From 3cdcf52b72db5a6262d50946e61c4faa5a22483d Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Sun, 3 Sep 2023 18:44:17 +0200 Subject: [PATCH] Disable semi-wan hass again Signed-off-by: Magic_RB --- terranix/containers/ingress-blowhole/job.hcl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/terranix/containers/ingress-blowhole/job.hcl b/terranix/containers/ingress-blowhole/job.hcl index 3fe2bdb..f331d20 100644 --- a/terranix/containers/ingress-blowhole/job.hcl +++ b/terranix/containers/ingress-blowhole/job.hcl @@ -37,17 +37,17 @@ job "ingress" { network { mode = "bridge" - port "http-jellyfin" { - static = 8096 - to = 8096 - host_network = "wan" - } + # port "http-jellyfin" { + # static = 8096 + # to = 8096 + # host_network = "wan" + # } - port "http-hass" { - static = 8086 - to = 8086 - host_network = "wan" - } + # port "http-hass" { + # static = 8086 + # to = 8086 + # host_network = "wan" + # } port "http" { static = 80