diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-12 23:18:02 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-12 23:18:02 +0200 |
commit | c40095d02c12c9bd2dd1e0f196eddb9d31343109 (patch) | |
tree | a773bb682db57ba92994808707f2957d2f866a15 | |
parent | 1af6eabc81cc5758809dff3997890fc6786f9b3e (diff) | |
download | infrastructure-c40095d02c12c9bd2dd1e0f196eddb9d31343109.tar.gz infrastructure-c40095d02c12c9bd2dd1e0f196eddb9d31343109.zip |
WIP jitsi
-rw-r--r-- | app/deployment/jitsi.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/deployment/jitsi.hcl b/app/deployment/jitsi.hcl index 8f98d61..2ab5b11 100644 --- a/app/deployment/jitsi.hcl +++ b/app/deployment/jitsi.hcl @@ -151,7 +151,7 @@ job "jitsi" { task "jicofo" { driver = "docker" config { - image = "superboum/amd64_jitsi_conference_focus:v3" + image = "superboum/amd64_jitsi_conference_focus:v4" network_mode = "host" } @@ -183,7 +183,7 @@ job "jitsi" { task "videobridge" { driver = "docker" config { - image = "superboum/amd64_jitsi_videobridge:v10" + image = "superboum/amd64_jitsi_videobridge:v13" network_mode = "host" port_map { video1_port = 8080 |