Skip to content
Snippets Groups Projects
Commit ef54af70 authored by void's avatar void
Browse files

das mit den env variablen dann auch richtig machen

parent 4f7a3edc
No related branches found
No related tags found
2 merge requests!119Revert "new var for dmarc rua reporting address",!55Mailsetup Migration from mailcow to mailu
......@@ -58,6 +58,7 @@
with_items:
- docker-compose.yml
- mailu.env
- mailman.env
- mailman-nginx.conf
# - mailcow-dockerized/mailcow.conf
# - mailcow-dockerized/docker-compose.override.yml
......
......@@ -174,7 +174,7 @@ services:
mailman-core:
image: maxking/mailman-core:0.4
restart: always
env_file: mailu.env
env_file: mailman.env
depends_on:
- mailman-db
volumes:
......@@ -183,7 +183,7 @@ services:
mailman-web:
image: maxking/mailman-web:0.4
restart: always
env_file: mailu.env
env_file: mailman.env
depends_on:
- mailman-db
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment