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

Add container for kapps (which includes the new calendar) (#397)

* Add container for kapps (which includes the new calendar)
* remove calendar.yml
This commit is contained in:
Felix Bartels
2020-05-26 12:10:59 +02:00
committed by GitHub
parent e583247a58
commit 4e2060e491
16 changed files with 224 additions and 37 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ ARG KOPANO_UID=999
ARG KOPANO_GID=999
ENV \
BASE_VERSION=2.0.0 \
BASE_VERSION=2.1.0 \
DEBIAN_FRONTEND=noninteractive \
DEBUG=""
@@ -73,7 +73,7 @@ RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
# get common utilities
COPY create-kopano-repo.sh /kopano/helper/
COPY kcconf.py /kopano/
COPY kcconf.py defaultconfigs/ /kopano/
SHELL [ "/bin/bash", "-c"]
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env python3
import kcconf
# Override configs from environment variables
kcconf.configkopano(kcconf.parseenvironmentvariables(r"/tmp/kopano/"))