2018-09-24 01:23:07 +02:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
front:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/nginx:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../core/nginx
|
|
|
|
|
|
|
|
imap:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/dovecot:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../core/dovecot
|
|
|
|
|
|
|
|
smtp:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/postfix:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../core/postfix
|
|
|
|
|
|
|
|
antispam:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/rspamd:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../services/rspamd
|
|
|
|
|
|
|
|
antivirus:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/clamav:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../optional/clamav
|
|
|
|
|
|
|
|
webdav:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/radicale:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../optional/radicale
|
|
|
|
|
|
|
|
admin:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/admin:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../core/admin
|
|
|
|
|
|
|
|
roundcube:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/roundcube:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../webmails/roundcube
|
|
|
|
|
|
|
|
rainloop:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/rainloop:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../webmails/rainloop
|
|
|
|
|
|
|
|
fetchmail:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/fetchmail:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../services/fetchmail
|
|
|
|
|
|
|
|
none:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/none:${VERSION:-local}
|
2018-09-24 01:23:07 +02:00
|
|
|
build: ../core/none
|
2018-09-25 21:08:04 +02:00
|
|
|
|
|
|
|
docs:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/docs:${VERSION:-local}
|
2018-09-28 10:41:17 +02:00
|
|
|
build: ../docs
|
2018-10-06 19:26:39 +02:00
|
|
|
|
|
|
|
setup:
|
2018-10-15 18:36:37 +02:00
|
|
|
image: ${DOCKER_ORG:-mailu}/setup:${VERSION:-local}
|
2018-10-06 19:26:39 +02:00
|
|
|
build: ../setup
|
|
|
|
|