mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Disable semi-wan hass again
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
dfd63ff1f1
commit
3cdcf52b72
|
@ -37,17 +37,17 @@ job "ingress" {
|
||||||
network {
|
network {
|
||||||
mode = "bridge"
|
mode = "bridge"
|
||||||
|
|
||||||
port "http-jellyfin" {
|
# port "http-jellyfin" {
|
||||||
static = 8096
|
# static = 8096
|
||||||
to = 8096
|
# to = 8096
|
||||||
host_network = "wan"
|
# host_network = "wan"
|
||||||
}
|
# }
|
||||||
|
|
||||||
port "http-hass" {
|
# port "http-hass" {
|
||||||
static = 8086
|
# static = 8086
|
||||||
to = 8086
|
# to = 8086
|
||||||
host_network = "wan"
|
# host_network = "wan"
|
||||||
}
|
# }
|
||||||
|
|
||||||
port "http" {
|
port "http" {
|
||||||
static = 80
|
static = 80
|
||||||
|
|
Loading…
Reference in a new issue