mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
Add example compose file to run Meet without Kopano (#217)
* Add example compose file to run Meet without Kopano * add readme * add an example env file * add setup.sh so user can easily create their own * use kopano repo by default
This commit is contained in:
+5
-1
@@ -17,7 +17,11 @@ ENV \
|
||||
KOPANO_CORE_VERSION=$KOPANO_CORE_VERSION \
|
||||
KOPANO_REPOSITORY_FLAGS=$KOPANO_REPOSITORY_FLAGS \
|
||||
RELEASE_KEY_DOWNLOAD=$RELEASE_KEY_DOWNLOAD \
|
||||
GRAPI_BACKEND="kopano"
|
||||
GRAPI_BACKEND="kopano" \
|
||||
KCCONF_GRAPI_LDAP_URI="" \
|
||||
KCCONF_GRAPI_LDAP_BASEDN="" \
|
||||
KCCONF_GRAPI_LDAP_BINDDN="" \
|
||||
KCCONF_GRAPI_LDAP_BINDPW_FILE=""
|
||||
|
||||
LABEL maintainer=az@zok.xyz \
|
||||
org.label-schema.name="Kopano core container" \
|
||||
|
||||
Reference in New Issue
Block a user