diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-13 12:00:48 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-13 12:00:48 +0200 |
commit | d5bfc38fe826aa12f46de64790195cc8e76756de (patch) | |
tree | 7be3c868ce1d0e0c96125a4c94cadce429be9e1d | |
parent | d76d82fccb10911278fc32882ee4809212822f81 (diff) | |
download | infrastructure-d5bfc38fe826aa12f46de64790195cc8e76756de.tar.gz infrastructure-d5bfc38fe826aa12f46de64790195cc8e76756de.zip |
Final step for jitsifeature/rebase
-rw-r--r-- | app/deployment/jitsi.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/deployment/jitsi.hcl b/app/deployment/jitsi.hcl index 2ab5b11..c1bee73 100644 --- a/app/deployment/jitsi.hcl +++ b/app/deployment/jitsi.hcl @@ -11,7 +11,7 @@ job "jitsi" { task "xmpp" { driver = "docker" config { - image = "superboum/amd64_jitsi_xmpp:v2" + image = "superboum/amd64_jitsi_xmpp:v4" network_mode = "host" port_map { xmpp_port = 5222 @@ -151,7 +151,7 @@ job "jitsi" { task "jicofo" { driver = "docker" config { - image = "superboum/amd64_jitsi_conference_focus:v4" + image = "superboum/amd64_jitsi_conference_focus:v5" network_mode = "host" } @@ -183,7 +183,7 @@ job "jitsi" { task "videobridge" { driver = "docker" config { - image = "superboum/amd64_jitsi_videobridge:v13" + image = "superboum/amd64_jitsi_videobridge:v15" network_mode = "host" port_map { video1_port = 8080 |