diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-08-31 18:08:16 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-08-31 18:08:46 +0200 |
commit | e42ed08788e00be310605aa362d78eadfa090ed6 (patch) | |
tree | ce3c11f54e187c6e6f15d5190a164d6d1313bb99 /cluster/prod | |
parent | 1340fb6962500b72d5d3901df0cd67daa662df05 (diff) | |
download | nixcfg-e42ed08788e00be310605aa362d78eadfa090ed6.tar.gz nixcfg-e42ed08788e00be310605aa362d78eadfa090ed6.zip |
fix Jitsi public IPv4 config
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/app/jitsi/deploy/jitsi.hcl | 4 |
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 { |