forked from Deuxfleurs/infrastructure
WIP jitsi
This commit is contained in:
parent
1af6eabc81
commit
c40095d02c
1 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ job "jitsi" {
|
||||||
task "jicofo" {
|
task "jicofo" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_jitsi_conference_focus:v3"
|
image = "superboum/amd64_jitsi_conference_focus:v4"
|
||||||
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:v10"
|
image = "superboum/amd64_jitsi_videobridge:v13"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
port_map {
|
port_map {
|
||||||
video1_port = 8080
|
video1_port = 8080
|
||||||
|
|
Loading…
Reference in a new issue