1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-06 23:46:24 +00:00

add variables for keys to compose file for meet

This commit is contained in:
Felix Bartels 2019-10-21 11:57:54 +02:00 committed by Felix Bartels
parent 1e5f3253a1
commit cbe582b8ff

View File

@ -102,6 +102,12 @@ services:
- kopanossl/:/kopano/ssl
environment:
- FQDN=${FQDN}
- ecparam=/kopano/ssl/ecparam.pem
- eckey=/kopano/ssl/meet-kwmserver.pem
- signing_private_key=/kopano/ssl/konnectd-tokens-signing-key.pem
- encryption_secret_key=/kopano/ssl/konnectd-encryption.key
- identifier_registration_conf=/kopano/ssl/konnectd-identifier-registration.yaml
- identifier_scopes_conf=/etc/kopano/konnectd-identifier-scopes.yaml
- allow_client_guests=yes
- allow_dynamic_client_registration=yes
- KONNECT_BACKEND=ldap