summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorguillaume <guillaume.cassou@supinfo.com>2018-12-19 13:42:51 +0100
committerguillaume <guillaume.cassou@supinfo.com>2018-12-19 13:42:51 +0100
commit6b145bb3cca96c16e9b410b6597a3c010cdfe9d7 (patch)
tree54ec269cf4d1ea9b859d34e367f6377287a2121e /docker-compose.yml
parent72e905675da64d403c2b9a5c51deb01d9084af85 (diff)
downloadwekan-6b145bb3cca96c16e9b410b6597a3c010cdfe9d7.tar.gz
wekan-6b145bb3cca96c16e9b410b6597a3c010cdfe9d7.tar.bz2
wekan-6b145bb3cca96c16e9b410b6597a3c010cdfe9d7.zip
Add a new env var to select the default authentication method
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 0cb58cff..bb2f833d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -212,6 +212,9 @@ services:
# LOGOUT_ON_MINUTES : The number of minutes
# example : LOGOUT_ON_MINUTES=55
#- LOGOUT_ON_MINUTES=
+ # DEFAULT_AUTHENTICATION_METHOD : The default authentication method used if a user does not exist to create and authenticate him
+ # example : DEFAULT_AUTHENTICATION_METHOD=ldap
+ #- DEFAULT_AUTHENTICATION_METHOD=
depends_on:
- wekandb