Mailu service #21

Merged
valberg merged 6 commits from service/mailu into master 2019-03-05 12:14:03 +00:00
3 changed files with 10 additions and 1 deletions
Showing only changes of commit f5bc79e636 - Show all commits

View file

@ -48,3 +48,6 @@ data_coop_website:
cryptohagen_website:
domain: "cryptohagen.dk"
mailu:
subnet: 192.168.203.0/24

View file

@ -1,5 +1,11 @@
---
- name: setup network for mailu
docker_network:
name: mailu
ipam_options:
subnet: "{{ mailu.subnet }}"
- name: create mailu volume folders
file:
name: "{{ mailu.volume_folder }}/{{ volume }}"

View file

@ -26,7 +26,7 @@ SECRET_KEY={{ mailu_secret_key }}
# PUBLIC_IPV6= ::1 (default: ::1)
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)
SUBNET=192.168.203.0/24
SUBNET={{ mailu.subnet }}
# Main mail domain
DOMAIN=data.coop