Temporarily disable binding to tailscale host_network.

This commit is contained in:
2023-07-14 06:50:34 +01:00
parent 3e9c3bc91b
commit cbd56dff8a
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ job "grafana" {
group "monitoring" { group "monitoring" {
network { network {
port "http" { port "http" {
host_network = "tailscale" #host_network = "tailscale"
} }
} }

View File

@@ -4,7 +4,7 @@ job "pi.paler.net" {
group "apps" { group "apps" {
network { network {
port "http" { port "http" {
host_network = "tailscale" #host_network = "tailscale"
} }
} }

View File

@@ -10,7 +10,7 @@ job "traefik" {
static = "443" static = "443"
} }
port "admin" { port "admin" {
host_network = "tailscale" #host_network = "tailscale"
static = "9002" static = "9002"
} }
} }