1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-23 14:22:54 +00:00

move external components to their own files (#319)

* move ldap to its own file
* add separate files for db and mail as well
* add new compose file to the default compose_file variable
* enhance setup.sh to add these new compose files if they are currently missing
This commit is contained in:
Felix Bartels
2020-01-15 13:26:30 +01:00
committed by GitHub
parent 70e9940b38
commit 3367b539b7
7 changed files with 165 additions and 122 deletions
-10
View File
@@ -7,16 +7,6 @@ services:
- "${HTTP:-80}:80"
- "${HTTPS:-443}:443"
ldap:
ports:
- ${LDAPPORT:-389}:389
mail:
ports:
- "${SMTPPORT:-25}:25"
- "${SMTPSPORT:-465}:465"
- "${MSAPORT:-587}:587"
kopano_server:
ports:
- ${KOPANOPORT:-236}:236