mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Change host_network for ingress blowhole to default
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
ca2f480255
commit
880c3c6f2e
|
@ -25,19 +25,16 @@ job "ingress" {
|
||||||
network {
|
network {
|
||||||
mode = "bridge"
|
mode = "bridge"
|
||||||
port "http" {
|
port "http" {
|
||||||
host_network = "mesh"
|
|
||||||
static = 80
|
static = 80
|
||||||
to = 80
|
to = 80
|
||||||
}
|
}
|
||||||
|
|
||||||
port "https" {
|
port "https" {
|
||||||
host_network = "mesh"
|
|
||||||
static = 443
|
static = 443
|
||||||
to = 443
|
to = 443
|
||||||
}
|
}
|
||||||
|
|
||||||
port "imap" {
|
port "imap" {
|
||||||
host_network = "mesh"
|
|
||||||
static = 143
|
static = 143
|
||||||
to = 143
|
to = 143
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue