mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-06 23:46:24 +00:00
add environment variables for turn server usage (#465)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
0523e232dd
commit
0acde9ff4b
@ -483,8 +483,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- KCCONF_MEET_disableFullGAB=false
|
- KCCONF_MEET_disableFullGAB=false
|
||||||
- KCCONF_MEET_guests_enabled=true
|
- KCCONF_MEET_guests_enabled=true
|
||||||
- KCCONF_MEET_oidc_useImplicitFlow=true # workaround for guest login with meet https://stash.kopano.io/projects/KWM/repos/meet/pull-requests/102/overview
|
|
||||||
- KCCONF_MEET_minimumVersion=20200121 # can be used force updates of Meet
|
- KCCONF_MEET_minimumVersion=20200121 # can be used force updates of Meet
|
||||||
|
- KCCONF_MEET_oidc_useImplicitFlow=true # workaround for guest login with meet https://stash.kopano.io/projects/KWM/repos/meet/pull-requests/102/overview
|
||||||
|
- turn_service_credentials_password=${TURN_PASSWORD:-}
|
||||||
|
- turn_service_credentials_user=${TURN_USER:-}
|
||||||
env_file:
|
env_file:
|
||||||
- kopano_meet.env
|
- kopano_meet.env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user