Add PUBLIC_URL to all Jitsi containers to allow for proper routing by Traefik.
This commit is contained in:
parent
5b052e01e8
commit
7ab4f7ebe3
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,7 @@ services:
|
|||
- LDAP_TLS_CACERT_FILE
|
||||
- LDAP_TLS_CACERT_DIR
|
||||
- LDAP_START_TLS
|
||||
- PUBLIC_URL
|
||||
- XMPP_DOMAIN
|
||||
- XMPP_AUTH_DOMAIN
|
||||
- XMPP_GUEST_DOMAIN
|
||||
|
@ -130,6 +131,7 @@ services:
|
|||
- ${CONFIG}/jicofo:/config
|
||||
environment:
|
||||
- ENABLE_AUTH
|
||||
- PUBLIC_URL
|
||||
- XMPP_DOMAIN
|
||||
- XMPP_AUTH_DOMAIN
|
||||
- XMPP_INTERNAL_MUC_DOMAIN
|
||||
|
@ -159,6 +161,7 @@ services:
|
|||
- ${CONFIG}/jvb:/config
|
||||
environment:
|
||||
- DOCKER_HOST_ADDRESS
|
||||
- PUBLIC_URL
|
||||
- XMPP_AUTH_DOMAIN
|
||||
- XMPP_INTERNAL_MUC_DOMAIN
|
||||
- XMPP_SERVER
|
||||
|
|
Loading…
Add table
Reference in a new issue