fix
This commit is contained in:
+5
-4
@@ -3,6 +3,11 @@ services:
|
|||||||
image: mailserver/docker-mailserver:latest
|
image: mailserver/docker-mailserver:latest
|
||||||
container_name: mailserver
|
container_name: mailserver
|
||||||
hostname: mail.crabs-games.art
|
hostname: mail.crabs-games.art
|
||||||
|
ports:
|
||||||
|
- "25:25" # SMTP
|
||||||
|
- "465:465" # SMTPS
|
||||||
|
- "587:587" # SMTP с STARTTLS
|
||||||
|
- "993:993" # IMAPS
|
||||||
environment:
|
environment:
|
||||||
- SSL_TYPE=manual
|
- SSL_TYPE=manual
|
||||||
- SSL_DOMAIN=mail.crabs-games.art
|
- SSL_DOMAIN=mail.crabs-games.art
|
||||||
@@ -25,10 +30,6 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- reproxy.enabled=true
|
- reproxy.enabled=true
|
||||||
- reproxy.server=mailserver
|
- reproxy.server=mailserver
|
||||||
- reproxy.tcp.25=:25,proto=haproxy
|
|
||||||
- reproxy.tcp.465=:465,proto=haproxy
|
|
||||||
- reproxy.tcp.587=:587,proto=haproxy
|
|
||||||
- reproxy.tcp.993=:993,proto=haproxy
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
crabs-network:
|
crabs-network:
|
||||||
|
|||||||
Reference in New Issue
Block a user