1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-18 03:42:56 +00:00

add Kdav (#83)

* add a kdav image
* do not install composer into the docker image
instead use a multi stage build that copies the resulting directory into the final image
* set default version in compose

resolves #54
This commit is contained in:
Felix Bartels
2019-03-05 17:03:22 +01:00
committed by GitHub
parent 4507c0ae9b
commit 842385ee34
9 changed files with 200 additions and 3 deletions
+5
View File
@@ -109,6 +109,10 @@ if [ ! -e ./.env ]; then
read -p "Which tag do you want to use for Kopano Meet? [$value_default]: " new_value
MEET_VERSION=${new_value:-$value_default}
value_default=latest
read -p "Which tag do you want to use for Kopano kDAV? [$value_default]: " new_value
KDAV_VERSION=${new_value:-$value_default}
value_default="Kopano Demo"
read -p "Name of the Organisation for LDAP [$value_default]: " new_value
LDAP_ORGANISATION=${new_value:-$value_default}
@@ -265,6 +269,7 @@ ZPUSH_VERSION=$ZPUSH_VERSION
KONNECT_VERSION=$KONNECT_VERSION
KWM_VERSION=$KWM_VERSION
MEET_VERSION=$MEET_VERSION
KDAV_VERSION=$KDAV_VERSION
LDAP_ORGANISATION="$LDAP_ORGANISATION"
LDAP_DOMAIN=$FQDN