summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-02 23:28:39 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-02 23:28:39 +0200
commit926faf00318fc6a6d2ebe2f8bf2c96537751407c (patch)
tree97c2085945da7fd966f747ef1268ac671caf2671 /Dockerfile
parent228996412c1324f4151c27ebbe172a94ce167eb9 (diff)
parent745bd7e8068213487f5829f24ba99b26f6935818 (diff)
downloadwekan-926faf00318fc6a6d2ebe2f8bf2c96537751407c.tar.gz
wekan-926faf00318fc6a6d2ebe2f8bf2c96537751407c.tar.bz2
wekan-926faf00318fc6a6d2ebe2f8bf2c96537751407c.zip
Merge branch 'devel' of https://github.com/Akuket/wekan into Akuket-devel
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f9b71521..96749eb0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -65,6 +65,10 @@ ARG LDAP_SYNC_USER_DATA
ARG LDAP_SYNC_USER_DATA_FIELDMAP
ARG LDAP_SYNC_GROUP_ROLES
ARG LDAP_DEFAULT_DOMAIN
+ARG LOGOUT_WITH_TIMER
+ARG LOGOUT_IN
+ARG LOGOUT_ON_HOURS
+ARG LOGOUT_ON_MINUTES
# Set the environment variables (defaults where required)
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
@@ -133,6 +137,10 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
LDAP_SYNC_USER_DATA_FIELDMAP="" \
LDAP_SYNC_GROUP_ROLES="" \
LDAP_DEFAULT_DOMAIN=""
+ LOGOUT_WITH_TIMER="false" \
+ LOGOUT_IN="" \
+ LOGOUT_ON_HOURS="" \
+ LOGOUT_ON_MINUTES=""
# Copy the app to the image
COPY ${SRC_PATH} /home/wekan/app