forked from Deuxfleurs/infrastructure
Final step for jitsi
This commit is contained in:
parent
d76d82fccb
commit
d5bfc38fe8
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ job "jitsi" {
|
||||||
task "xmpp" {
|
task "xmpp" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_jitsi_xmpp:v2"
|
image = "superboum/amd64_jitsi_xmpp:v4"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
port_map {
|
port_map {
|
||||||
xmpp_port = 5222
|
xmpp_port = 5222
|
||||||
|
@ -151,7 +151,7 @@ job "jitsi" {
|
||||||
task "jicofo" {
|
task "jicofo" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_jitsi_conference_focus:v4"
|
image = "superboum/amd64_jitsi_conference_focus:v5"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -183,7 +183,7 @@ job "jitsi" {
|
||||||
task "videobridge" {
|
task "videobridge" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_jitsi_videobridge:v13"
|
image = "superboum/amd64_jitsi_videobridge:v15"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
port_map {
|
port_map {
|
||||||
video1_port = 8080
|
video1_port = 8080
|
||||||
|
|
Loading…
Reference in a new issue