diff --git a/ansible/kanban/templates/docker-compose.yml b/ansible/kanban/templates/docker-compose.yml index 92380e4..d1272fa 100644 --- a/ansible/kanban/templates/docker-compose.yml +++ b/ansible/kanban/templates/docker-compose.yml @@ -147,7 +147,7 @@ services: # For example, if you want to have wekan on port 3001, # use 3001:8080 . Do not add any extra address etc here, that way it does not work. # remove port mapping if you use nginx reverse proxy, port 8080 is already exposed to wekan-tier network - - 80:8080 + - 8000:8080 environment: - MONGO_URL=mongodb://wekandb:27017/wekan #--------------------------------------------------------------- @@ -401,7 +401,7 @@ services: - LDAP_ENABLE=true # # The port of the LDAP server - - LDAP_PORT=389 + - LDAP_PORT=636 # # The host server for the LDAP server - LDAP_HOST=dc1.k-space.lan @@ -425,15 +425,16 @@ services: - LDAP_CONNECT_TIMEOUT=10000 # # If the LDAP needs a user account to search - - LDAP_AUTHENTIFICATION=true + - LDAP_AUTHENTIFICATION=false # # The search user DN - You need quotes when you have spaces in parameters # 2 examples: #- LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan" #- LDAP_AUTHENTIFICATION_USERDN="CN=wekan_adm,OU=serviceaccounts,OU=admin,OU=prod,DC=mydomain,DC=com" # + - LDAP_AUTHENTIFICATION_USERDN="DC=k-space,DC=lan" # The password for the search user - - LDAP_AUTHENTIFICATION_PASSWORD=pwd + #- LDAP_AUTHENTIFICATION_PASSWORD=pwd # # Enable logs for the module - LDAP_LOG_ENABLED=true