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