Skip to content
Snippets Groups Projects
Commit 43e415dc authored by jabertwo's avatar jabertwo
Browse files

specify ipv6 for mailu-front

parent 8862ac67
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
...@@ -34,13 +34,20 @@ services: ...@@ -34,13 +34,20 @@ services:
options: options:
tag: mailu-front tag: mailu-front
ports: ports:
- "25:25" - "{{ ext_ip4 }}:25:25"
- "465:465" - "{{ ext_ip6 }}:25:25"
- "587:587" - "{{ ext_ip4 }}:465:465"
- "110:110" - "{{ ext_ip6 }}:465:465"
- "995:995" - "{{ ext_ip4 }}:587:587"
- "143:143" - "{{ ext_ip6 }}:587:587"
- "993:993" - "{{ ext_ip4 }}:110:110"
- "{{ ext_ip6 }}:110:110"
- "{{ ext_ip4 }}:995:995"
- "{{ ext_ip6 }}:995:995"
- "{{ ext_ip4 }}:143:143"
- "{{ ext_ip6 }}:143:143"
- "{{ ext_ip4 }}:993:993"
- "{{ ext_ip6 }}:993:993"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.{{ servicename }}.entrypoints=websecure" - "traefik.http.routers.{{ servicename }}.entrypoints=websecure"
......
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