mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
Make registration_conf configurable through an env (#369)
* Make registration_conf configurable through an env Fixes https://github.com/zokradonh/kopano-docker/issues/368 Signed-off-by: Felix Bartels <felix@host-consultants.de> * add registration_conf to meet example Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -156,6 +156,7 @@ services:
|
||||
- INSECURE=${INSECURE}
|
||||
- oidc_issuer_identifier=https://${FQDN}
|
||||
- public_guest_access_regexp=^group/public/.*
|
||||
- registration_conf=/kopano/ssl/konnectd-identifier-registration.yaml
|
||||
- turn_service_credentials_password=${TURN_PASSWORD}
|
||||
- turn_service_credentials_user=${TURN_USER}
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user