Implement email configuration

This commit is contained in:
Malanius 2018-11-04 15:51:03 +01:00
parent ac4e666d53
commit 53cf554c7d
5 changed files with 204 additions and 6 deletions

View file

@ -6,8 +6,14 @@ services:
container_name: wekan-mailer
restart: always
environment:
- WEKAN_URL=http://localhost:3000
- WEKAN_USER=someuser
- WEKAN_PASSWORD=somepass
- WEKAN_TARGET_BOARD=someId
- WEKAN_TARGET_LIST=someListId
- WEKAN_URL=http://localhost:3000
- WEKAN_USER=someuser
- WEKAN_PASS=somepass
- WEKAN_TARGET_BOARD=someId
- WEKAN_TARGET_LIST=someListId
- MAIL_PROTOCOL=imap
- MAIL_URL=imap.server.somewhere
- MAIL_PORT=993
- MAIL_USER=mailuser
- MAIL_PASS=mailpass
- MAIL_FOLDER=inbox