summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-11-16 21:26:07 +0200
committerLauri Ojansivu <x@xet7.org>2018-11-16 21:26:07 +0200
commit033a9482fc7f765963f55e9dbd82d32b91970b74 (patch)
tree5a3313d72a57094edfdded9ae6888a81482ceec3 /docker-compose.yml
parent73daf191ae15591bdf7fa71446a636460c482d6e (diff)
parent893329d9c6d33aa5572e268e8f951400a2446303 (diff)
downloadwekan-033a9482fc7f765963f55e9dbd82d32b91970b74.tar.gz
wekan-033a9482fc7f765963f55e9dbd82d32b91970b74.tar.bz2
wekan-033a9482fc7f765963f55e9dbd82d32b91970b74.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 56ca7775..3a3befbb 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -195,6 +195,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