1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-26 03:52:50 +02:00

Move services into core and optional

This commit is contained in:
Tim Möhlmann 2019-10-13 21:57:21 +03:00
parent e736abbe6f
commit 4e4b071fb0
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE
22 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@ services:
resolver:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}unbound:${MAILU_VERSION:-local}
build: ../services/unbound
build: ../optional/unbound
imap:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}dovecot:${MAILU_VERSION:-local}
@ -20,7 +20,7 @@ services:
antispam:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}rspamd:${MAILU_VERSION:-local}
build: ../services/rspamd
build: ../core/rspamd
antivirus:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}clamav:${MAILU_VERSION:-local}
@ -52,7 +52,7 @@ services:
fetchmail:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-local}
build: ../services/fetchmail
build: ../optional/fetchmail
none:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}none:${MAILU_VERSION:-local}

View File

@ -0,0 +1 @@
Move rspamd, fetchmail and unbound services into core and optional