Merge "Pass PUBLIC_URL to jitsi-meet jvb containers"
This commit is contained in:
commit
17eba9db32
@ -13,6 +13,7 @@ services:
|
||||
- ${CONFIG}/jvb:/config
|
||||
environment:
|
||||
- DOCKER_HOST_ADDRESS
|
||||
- PUBLIC_URL
|
||||
- XMPP_AUTH_DOMAIN
|
||||
- XMPP_INTERNAL_MUC_DOMAIN
|
||||
- XMPP_SERVER
|
||||
|
@ -138,6 +138,7 @@ services:
|
||||
- ${CONFIG}/jvb:/config
|
||||
environment:
|
||||
- DOCKER_HOST_ADDRESS
|
||||
- PUBLIC_URL
|
||||
- XMPP_AUTH_DOMAIN
|
||||
- XMPP_INTERNAL_MUC_DOMAIN
|
||||
- XMPP_SERVER
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user