summaryrefslogtreecommitdiffstats
path: root/torodb-postgresql/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-14 21:23:10 +0300
committerGitHub <noreply@github.com>2020-04-14 21:23:10 +0300
commit13563e20e7b322dfb4534ef1096674e9e1c4b7de (patch)
tree15758c81968eaf1d0d65a09e0195ec9d9d4e9bfb /torodb-postgresql/docker-compose.yml
parentc5f782976b971fa3f2323e80a013bbf6a49c0596 (diff)
parent4f1330c777ae52f2b52eacda4f0945dee1cb51af (diff)
downloadwekan-13563e20e7b322dfb4534ef1096674e9e1c4b7de.tar.gz
wekan-13563e20e7b322dfb4534ef1096674e9e1c4b7de.tar.bz2
wekan-13563e20e7b322dfb4534ef1096674e9e1c4b7de.zip
Merge pull request #3014 from salleman33/master
hide password auth with PASSWORD_LOGIN_ENABLED variable
Diffstat (limited to 'torodb-postgresql/docker-compose.yml')
-rw-r--r--torodb-postgresql/docker-compose.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/torodb-postgresql/docker-compose.yml b/torodb-postgresql/docker-compose.yml
index e742402f..793a9b4f 100644
--- a/torodb-postgresql/docker-compose.yml
+++ b/torodb-postgresql/docker-compose.yml
@@ -527,7 +527,12 @@ services:
# LOGOUT_ON_MINUTES : The number of minutes
# example : LOGOUT_ON_MINUTES=55
#- LOGOUT_ON_MINUTES=
+ #---------------------------------------------------------------------
+ # PASSWORD_LOGIN_ENABLED : Enable or not the password login form.
+ # example: PASSWORD_LOGIN_ENABLED=false
+ # - PASSWORD_LOGIN_ENABLED
#-------------------------------------------------------------------
+
depends_on:
- mongodb