release: stable-5870

* d9b84cf jibri: set base URL for joining meetings
* a77a43e jibri: update default Chrome version to 90
* a90e4ce doc: drop confusing port number from PUBLIC_URL
* 8620caa doc: clarify env variable
* 6f52f71 web: add FLoC environment variable
* 014aa59 web: add default language variable
* ce25bf6 doc: update CHANGELOG
* 6bf1336 misc: working on latest
This commit is contained in:
Saúl Ibarra Corretgé
2021-05-14 15:16:04 +02:00
parent d9b84cfc2a
commit 77da42537e
4 changed files with 19 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ version: '3'
services:
# Frontend
web:
image: jitsi/web:latest
image: jitsi/web:stable-5870
restart: ${RESTART_POLICY}
ports:
- '${HTTP_PORT}:80'
@@ -111,7 +111,7 @@ services:
# XMPP server
prosody:
image: jitsi/prosody:latest
image: jitsi/prosody:stable-5870
restart: ${RESTART_POLICY}
expose:
- '5222'
@@ -180,7 +180,7 @@ services:
# Focus component
jicofo:
image: jitsi/jicofo:latest
image: jitsi/jicofo:stable-5870
restart: ${RESTART_POLICY}
volumes:
- ${CONFIG}/jicofo:/config:Z
@@ -226,7 +226,7 @@ services:
# Video bridge
jvb:
image: jitsi/jvb:latest
image: jitsi/jvb:stable-5870
restart: ${RESTART_POLICY}
ports:
- '${JVB_PORT}:${JVB_PORT}/udp'