Temporarily disable binding to tailscale host_network.
This commit is contained in:
@@ -4,7 +4,7 @@ job "grafana" {
|
|||||||
group "monitoring" {
|
group "monitoring" {
|
||||||
network {
|
network {
|
||||||
port "http" {
|
port "http" {
|
||||||
host_network = "tailscale"
|
#host_network = "tailscale"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ job "pi.paler.net" {
|
|||||||
group "apps" {
|
group "apps" {
|
||||||
network {
|
network {
|
||||||
port "http" {
|
port "http" {
|
||||||
host_network = "tailscale"
|
#host_network = "tailscale"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ job "traefik" {
|
|||||||
static = "443"
|
static = "443"
|
||||||
}
|
}
|
||||||
port "admin" {
|
port "admin" {
|
||||||
host_network = "tailscale"
|
#host_network = "tailscale"
|
||||||
static = "9002"
|
static = "9002"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user