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