diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-12 22:18:30 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-12 22:18:30 +0200 |
commit | 1af6eabc81cc5758809dff3997890fc6786f9b3e (patch) | |
tree | 6a13d425cd86d4d115e8510ca9ccfbb756e5b7c8 /app/deployment | |
parent | 51e4af08c04fbd132dbe71a285d3d3491cf528b8 (diff) | |
download | infrastructure-1af6eabc81cc5758809dff3997890fc6786f9b3e.tar.gz infrastructure-1af6eabc81cc5758809dff3997890fc6786f9b3e.zip |
Fix videobridge
Diffstat (limited to 'app/deployment')
-rw-r--r-- | app/deployment/jitsi.hcl | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/app/deployment/jitsi.hcl b/app/deployment/jitsi.hcl index 4ef2f98..8f98d61 100644 --- a/app/deployment/jitsi.hcl +++ b/app/deployment/jitsi.hcl @@ -1,9 +1,3 @@ -/* - * WIP WIP WIP WIP - * - * + NEED TO SET ENV VARIABLES - */ - job "jitsi" { datacenters = ["dc1"] type = "service" @@ -17,7 +11,7 @@ job "jitsi" { task "xmpp" { driver = "docker" config { - image = "superboum/amd64_jitsi_xmpp:v1" + image = "superboum/amd64_jitsi_xmpp:v2" network_mode = "host" port_map { xmpp_port = 5222 @@ -93,7 +87,7 @@ job "jitsi" { task "front" { driver = "docker" config { - image = "superboum/amd64_jitsi_front:v5" + image = "superboum/amd64_jitsi_meet:v1" network_mode = "host" port_map { https_port = 443 @@ -157,7 +151,7 @@ job "jitsi" { task "jicofo" { driver = "docker" config { - image = "superboum/amd64_jitsi_conference_focus:v2" + image = "superboum/amd64_jitsi_conference_focus:v3" network_mode = "host" } @@ -189,7 +183,7 @@ job "jitsi" { task "videobridge" { driver = "docker" config { - image = "superboum/amd64_jitsi_videobridge:v9" + image = "superboum/amd64_jitsi_videobridge:v10" network_mode = "host" port_map { video1_port = 8080 |