1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Add variables to change names of the other docker container (#231)

* Add variables to change names of the other docker container
	modified:   Dockerfile
	modified:   kweb.cfg
* fix default values for konnect and kapi
add inline comment
This commit is contained in:
RobinvG
2019-08-31 20:23:39 +02:00
committed by Felix Bartels
parent de66536525
commit 0a7eb73e69
2 changed files with 30 additions and 16 deletions
+15
View File
@@ -6,6 +6,21 @@ ARG CODE_VERSION
ENV CODE_VERSION="${CODE_VERSION}"
ENV DEFAULTREDIRECT="/webapp"
# Workaround to not break backwards compatibility,
# since an underscore is not a valid char in a hostname.
# This causes issues when using kweb in kubernetes.
# Related issue https://github.com/docker/compose/issues/229
ENV KWEBD_DNS_KONNECT="kopano_konnect"
ENV KWEBD_DNS_MEET="kopano_meet"
ENV KWEBD_DNS_KAPI="kopano_kapi"
ENV KWEBD_DNS_PLAYGROUND="kopano_playground"
ENV KWEBD_DNS_KWMSERVER="kopano_kwmserver"
ENV KWEBD_DNS_WEBAPP="kopano_webapp"
ENV KWEBD_DNS_ZPUSH="kopano_zpush"
ENV KWEBD_DNS_ICAL="kopano_ical"
ENV KWEBD_DNS_KDAV="kopano_kdav"
ENV KWEBD_DNS_GRAPI="kopano_grapi"
ENV KWEBD_DNS_ICAL="kopano_ical"
COPY wrapper.sh /usr/local/bin
COPY kweb.cfg /etc/kweb.cfg