From 292aed66f6bb093d55068c31d1644414d2c42397 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Thu, 10 Jan 2019 08:13:30 +0100 Subject: [PATCH] update readme with current default values for repos Signed-off-by: Felix Bartels --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d1aa73..f06c925 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,17 @@ To be able to easily go back to a previous version you can also "tag" you Docker This project also makes it possible to build Docker images based on the official Kopano releases. For this the following section needs to be modified in `.env`: ``` -# Docker Repository to push to -#docker_repo=zokradonh +# Docker Repository to push to/pull from +docker_repo=zokradonh +COMPOSE_PROJECT_NAME=kopano -# modify below to build a different version, than the kopano nightly release +# Modify below to build a different version, than the kopano nightly release #KOPANO_CORE_REPOSITORY_URL=https://serial:REPLACE-ME@download.kopano.io/supported/core:/final/Debian_9.0/ #KOPANO_WEBAPP_REPOSITORY_URL=https://serial:REPLACE-ME@download.kopano.io/supported/webapp:/final/Debian_9.0/ +#KOPANO_WEBAPP_FILES_REPOSITORY_URL=https://serial:REPLACE-ME@download.kopano.io/supported/files:/final/Debian_9.0/ +#KOPANO_WEBAPP_MDM_REPOSITORY_URL=https://serial:REPLACE-ME@download.kopano.io/supported/mdm:/final/Debian_9.0/ +#KOPANO_WEBAPP_SMIME_REPOSITORY_URL=https://serial:REPLACE-ME@download.kopano.io/supported/smime:/final/Debian_9.0/ +#KOPANO_ZPUSH_REPOSITORY_URL=http://repo.z-hub.io/z-push:/final/Debian_9.0/ #RELEASE_KEY_DOWNLOAD=1 #DOWNLOAD_COMMUNITY_PACKAGES=0 ```