aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/jitsi
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/jitsi')
-rw-r--r--cluster/prod/app/jitsi/deploy/jitsi.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl
index 56274b4..6c0c7f0 100644
--- a/cluster/prod/app/jitsi/deploy/jitsi.hcl
+++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl
@@ -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 {