From cbd56dff8a80747f616489063b7dc1ee162c261b Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Fri, 14 Jul 2023 06:50:34 +0100 Subject: [PATCH] Temporarily disable binding to tailscale host_network. --- services/grafana.hcl | 2 +- services/pi.paler.net.hcl | 2 +- services/traefik.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" } }