diff --git a/services/grafana.hcl b/services/grafana.hcl index 6b23d05..81bc2a3 100644 --- a/services/grafana.hcl +++ b/services/grafana.hcl @@ -4,7 +4,7 @@ job "grafana" { group "monitoring" { network { port "http" { - host_network = "tailscale" + #host_network = "tailscale" } } diff --git a/services/pi.paler.net.hcl b/services/pi.paler.net.hcl index d2676b5..068fe6a 100644 --- a/services/pi.paler.net.hcl +++ b/services/pi.paler.net.hcl @@ -4,7 +4,7 @@ job "pi.paler.net" { group "apps" { network { port "http" { - host_network = "tailscale" + #host_network = "tailscale" } } diff --git a/services/traefik.hcl b/services/traefik.hcl index b5a1521..53896bb 100644 --- a/services/traefik.hcl +++ b/services/traefik.hcl @@ -10,7 +10,7 @@ job "traefik" { static = "443" } port "admin" { - host_network = "tailscale" + #host_network = "tailscale" static = "9002" } }