diff --git a/jitsi-auto-config/docker-compose.patch b/jitsi-auto-config/docker-compose.patch index 5e2f0e42cfd015614b524682954719929a5d1b6c..e6d98a3210072233e405e7cedb647f01256de6fb 100644 --- a/jitsi-auto-config/docker-compose.patch +++ b/jitsi-auto-config/docker-compose.patch @@ -1,5 +1,5 @@ ---- docker-compose.yml 2021-04-18 13:08:25.952083119 +0200 -+++ docker-compose.yml.latest 2021-04-18 13:12:21.457996380 +0200 +--- docker-jitsi-meet/docker-compose.yml 2021-04-27 15:40:05.596473591 +0200 ++++ "docker-jitsi-meet/docker-compose copy.yml" 2021-04-27 15:44:20.776302048 +0200 @@ -5,6 +5,9 @@ web: image: jitsi/web:latest @@ -10,7 +10,7 @@ ports: - '${HTTP_PORT}:80' - '${HTTPS_PORT}:443' -@@ -105,6 +108,7 @@ +@@ -107,6 +110,7 @@ - XMPP_RECORDER_DOMAIN - TOKEN_AUTH_URL networks: @@ -18,7 +18,7 @@ meet.jitsi: aliases: - ${XMPP_DOMAIN} -@@ -112,6 +116,9 @@ +@@ -114,6 +118,9 @@ # XMPP server prosody: image: jitsi/prosody:latest @@ -28,7 +28,7 @@ restart: ${RESTART_POLICY} expose: - '5222' -@@ -174,6 +181,7 @@ +@@ -176,6 +183,7 @@ - PUBLIC_URL - TZ networks: @@ -36,7 +36,7 @@ meet.jitsi: aliases: - ${XMPP_SERVER} -@@ -181,6 +189,9 @@ +@@ -183,6 +191,9 @@ # Focus component jicofo: image: jitsi/jicofo:latest @@ -46,7 +46,7 @@ restart: ${RESTART_POLICY} volumes: - ${CONFIG}/jicofo:/config:Z -@@ -227,6 +238,9 @@ +@@ -229,6 +240,9 @@ # Video bridge jvb: image: jitsi/jvb:latest