diff --git a/ansible/kanban/templates/docker-compose.yml b/ansible/kanban/templates/docker-compose.yml index fae061d..e9d4833 100644 --- a/ansible/kanban/templates/docker-compose.yml +++ b/ansible/kanban/templates/docker-compose.yml @@ -171,8 +171,8 @@ services: # NOTE: Special characters need to be url-encoded in MAIL_URL. # You can encode those characters for example at: https://www.urlencoder.org #- MAIL_URL=smtp://user:pass@mailserver.example.com:25/ - - MAIL_URL=smtp://:25/?ignoreTLS=true&tls={rejectUnauthorized:false} - - MAIL_FROM=Wekan Notifications + - MAIL_URL=smtp://172.20.1.7:25/?ignoreTLS=true&tls={rejectUnauthorized:false} + - MAIL_FROM=Wekan Notifications #--------------------------------------------------------------- # ==== OPTIONAL: MONGO OPLOG SETTINGS ===== # https://github.com/wekan/wekan-mongodb/issues/2#issuecomment-378343587 @@ -401,7 +401,7 @@ services: - LDAP_ENABLE=true # # The port of the LDAP server - - LDAP_PORT=636 + - LDAP_PORT=389 # # The host server for the LDAP server - LDAP_HOST=dc1.k-space.lan