fix Jitsi public IPv4 config

This commit is contained in:
Quentin 2023-08-31 18:08:16 +02:00
parent 1340fb6962
commit e42ed08788
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -1,5 +1,5 @@
job "jitsi" {
datacenters = ["neptune", "orion"]
datacenters = ["neptune", "scorpio"]
type = "service"
priority = 50
@ -221,7 +221,7 @@ EOF
# Our container can autodetect the public IP with the ifconfig.me service
# However we would like to avoid relying on a 3rd party service for production use
# That's why I am setting the public IP address statically here VVVV
#JITSI_NAT_PUBLIC_IP = "82.66.80.201"
JITSI_NAT_PUBLIC_IP = "${meta.public_ipv4}"
}
template {