Merge "Pass PUBLIC_URL to jitsi-meet jvb containers"

This commit is contained in:
Zuul 2022-09-02 23:31:13 +00:00 committed by Gerrit Code Review
commit 17eba9db32
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ services:
- ${CONFIG}/jvb:/config
environment:
- DOCKER_HOST_ADDRESS
- PUBLIC_URL
- XMPP_AUTH_DOMAIN
- XMPP_INTERNAL_MUC_DOMAIN
- XMPP_SERVER

View File

@ -138,6 +138,7 @@ services:
- ${CONFIG}/jvb:/config
environment:
- DOCKER_HOST_ADDRESS
- PUBLIC_URL
- XMPP_AUTH_DOMAIN
- XMPP_INTERNAL_MUC_DOMAIN
- XMPP_SERVER

View File

@ -4,6 +4,7 @@
# Customized for OpenDev, all overrides go here (and remember to comment out
# any defaults from the example):
CONFIG=/var/jitsi-meet
PUBLIC_URL=https://meetpad.opendev.org
XMPP_SERVER={{ meetpad_jvb_xmpp_server }}
XMPP_AUTH_DOMAIN=auth.localhost
XMPP_INTERNAL_MUC_DOMAIN=internal-muc.localhost