added dovecot imap proxy

This commit is contained in:
2026-08-21 12:33:36 +02:00
parent 6c6cfb5e12
commit 9d5c243f7d
5 changed files with 98 additions and 1 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
---
services:
dovecot:
image: dovecot/dovecot:${DOVECOT_VERSION}
restart: unless-stopped
ports:
- ${IMAP_EXPOSE}:143
- ${IMAPS_EXPOSE}:993
volumes:
- ${DOVECOT_CONF}:/etc/dovecot/dovecot.conf:ro
- ${SSL_CERT}:/etc/dovecot/ssl/cert.pem:ro
- ${SSL_KEY}:/etc/dovecot/ssl/key.pem:ro