|
|
|
@ -18,7 +18,7 @@ services:
|
|
|
|
|
- ./mail/Proxyfile:/etc/caddy.d/mail:ro
|
|
|
|
|
|
|
|
|
|
maddy:
|
|
|
|
|
image: foxcpp/maddy:latest
|
|
|
|
|
image: foxcpp/maddy:0.7
|
|
|
|
|
secrets: [SMTP_PASSWORD]
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
depends_on:
|
|
|
|
@ -39,7 +39,7 @@ services:
|
|
|
|
|
- 993:993
|
|
|
|
|
|
|
|
|
|
roundcube:
|
|
|
|
|
image: roundcube/roundcubemail:1.6.x-apache
|
|
|
|
|
image: roundcube/roundcubemail:1.6.5-fpm-alpine
|
|
|
|
|
environment:
|
|
|
|
|
ROUNDCUBEMAIL_DEFAULT_HOST: ssl://mx.mail.${DOMAIN}
|
|
|
|
|
ROUNDCUBEMAIL_DEFAULT_PORT: 993
|
|
|
|
|