summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
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 /docker-compose.yml
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 'docker-compose.yml')
-rw-r--r--docker-compose.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 4d3f1c9b..5054e135 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -198,6 +198,18 @@ services:
# LDAP_DEFAULT_DOMAIN : The default domain of the ldap it is used to create email if the field is not map correctly with the LDAP_SYNC_USER_DATA_FIELDMAP
# example :
#- LDAP_DEFAULT_DOMAIN=
+ # LOGOUT_WITH_TIMER : Enables or not the option logout with timer
+ # example : LOGOUT_WITH_TIMER=true
+ #- LOGOUT_WITH_TIMER=
+ # LOGOUT_IN : The number of days
+ # example : LOGOUT_IN=1
+ #- LOGOUT_IN=
+ # LOGOUT_ON_HOURS : The number of hours
+ # example : LOGOUT_ON_HOURS=9
+ #- LOGOUT_ON_HOURS=
+ # LOGOUT_ON_MINUTES : The number of minutes
+ # example : LOGOUT_ON_MINUTES=55
+ #- LOGOUT_ON_MINUTES=
depends_on:
- wekandb