aboutsummaryrefslogtreecommitdiff
path: root/app/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'app/deployment')
-rw-r--r--app/deployment/jitsi.hcl14
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