Changed docker startup process

This commit is contained in:
2020-12-29 13:20:55 +01:00
parent ae171e52cf
commit e3cafd3f0a
3 changed files with 6 additions and 27 deletions

View File

@@ -21,14 +21,8 @@
- name: add docker-compose.yml
template: src=docker-compose.yml.j2 dest=/usr/local/bin/mailu/docker-compose.yml
notify: restart mailu
notify: rescreate mailu
- name: add mailu.env
template: src=mailu.env.j2 dest=/usr/local/bin/mailu/mailu.env
notify: restart mailu
- name: "install mailu service"
copy:
src: "mailu.service"
dest: "/etc/systemd/system/mailu.service"
notify: restart mailu
notify: rescreate mailu