Skip to content
Snippets Groups Projects
Commit de859e6c authored by Armin's avatar Armin
Browse files

Updated patch file.

parent dc0ce452
No related branches found
No related tags found
No related merge requests found
--- docker-compose.yml 2021-04-18 13:08:25.952083119 +0200 --- docker-jitsi-meet/docker-compose.yml 2021-04-27 15:40:05.596473591 +0200
+++ docker-compose.yml.latest 2021-04-18 13:12:21.457996380 +0200 +++ "docker-jitsi-meet/docker-compose copy.yml" 2021-04-27 15:44:20.776302048 +0200
@@ -5,6 +5,9 @@ @@ -5,6 +5,9 @@
web: web:
image: jitsi/web:latest image: jitsi/web:latest
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
ports: ports:
- '${HTTP_PORT}:80' - '${HTTP_PORT}:80'
- '${HTTPS_PORT}:443' - '${HTTPS_PORT}:443'
@@ -105,6 +108,7 @@ @@ -107,6 +110,7 @@
- XMPP_RECORDER_DOMAIN - XMPP_RECORDER_DOMAIN
- TOKEN_AUTH_URL - TOKEN_AUTH_URL
networks: networks:
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
meet.jitsi: meet.jitsi:
aliases: aliases:
- ${XMPP_DOMAIN} - ${XMPP_DOMAIN}
@@ -112,6 +116,9 @@ @@ -114,6 +118,9 @@
# XMPP server # XMPP server
prosody: prosody:
image: jitsi/prosody:latest image: jitsi/prosody:latest
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
restart: ${RESTART_POLICY} restart: ${RESTART_POLICY}
expose: expose:
- '5222' - '5222'
@@ -174,6 +181,7 @@ @@ -176,6 +183,7 @@
- PUBLIC_URL - PUBLIC_URL
- TZ - TZ
networks: networks:
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
meet.jitsi: meet.jitsi:
aliases: aliases:
- ${XMPP_SERVER} - ${XMPP_SERVER}
@@ -181,6 +189,9 @@ @@ -183,6 +191,9 @@
# Focus component # Focus component
jicofo: jicofo:
image: jitsi/jicofo:latest image: jitsi/jicofo:latest
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
restart: ${RESTART_POLICY} restart: ${RESTART_POLICY}
volumes: volumes:
- ${CONFIG}/jicofo:/config:Z - ${CONFIG}/jicofo:/config:Z
@@ -227,6 +238,9 @@ @@ -229,6 +240,9 @@
# Video bridge # Video bridge
jvb: jvb:
image: jitsi/jvb:latest image: jitsi/jvb:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment