forked from Deuxfleurs/nixcfg
fix Jitsi public IPv4 config
This commit is contained in:
parent
1340fb6962
commit
e42ed08788
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue