Dockermail is now modular

This commit is contained in:
Val
2015-07-08 13:17:04 +01:00
parent a56a8d917e
commit 2ade52ccfd
11 changed files with 151 additions and 101 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
emailcore:
build: ./email_core
ports:
- "25:25"
- "143:143"
- "587:587"
volumes:
- /opt/dockermail/settings:/mail_settings
- /opt/dockermail/vmail:/vmail
links:
- opendkim
opendkim:
build: ./opendkim
volumes:
- /opt/dockermail/settings:/mail_settings