Wekan deployed using ansible
This commit is contained in:
12
wekan/vars/default.yml
Normal file
12
wekan/vars/default.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
http_host: "kanban.hopsngrains.com"
|
||||
http_conf: "kanban.hopsngrains.com.conf"
|
||||
|
||||
container_name: wekan
|
||||
container_image: wekanteam/wekan
|
||||
|
||||
db_url: mongodb://db:27017/wekan
|
||||
|
||||
root_url: https://kanban.hopsngrains.com
|
||||
mail_url: smtp://<mail_url>:25/?ignoreTLS=true&tls={rejectUnauthorized:false}
|
||||
mail_from: Wekan Notifications <noreply.wekan@kanban.hopsngrains.com>
|
||||
Reference in New Issue
Block a user