1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/tests/build.yml

57 lines
1.2 KiB
YAML
Raw Normal View History

2018-09-24 01:23:07 +02:00
version: '3'
services:
front:
image: ${DOCKER_ORG:-mailu}/nginx:${VERSION:-local}
2018-09-24 01:23:07 +02:00
build: ../core/nginx
imap:
image: ${DOCKER_ORG:-mailu}/dovecot:${VERSION:-local}
2018-09-24 01:23:07 +02:00
build: ../core/dovecot
smtp:
image: ${DOCKER_ORG:-mailu}/postfix:${VERSION:-local}
2018-09-24 01:23:07 +02:00
build: ../core/postfix
antispam:
image: ${DOCKER_ORG:-mailu}/rspamd:${VERSION:-local}
2018-09-24 01:23:07 +02:00
build: ../services/rspamd
antivirus:
image: ${DOCKER_ORG:-mailu}/clamav:${VERSION:-local}
2018-09-24 01:23:07 +02:00
build: ../optional/clamav
webdav:
image: ${DOCKER_ORG:-mailu}/radicale:${VERSION:-local}
2018-09-24 01:23:07 +02:00
build: ../optional/radicale
admin:
image: ${DOCKER_ORG:-mailu}/admin:${VERSION:-local}
2018-09-24 01:23:07 +02:00
build: ../core/admin
roundcube:
image: ${DOCKER_ORG:-mailu}/roundcube:${VERSION:-local}
2018-09-24 01:23:07 +02:00
build: ../webmails/roundcube
rainloop:
image: ${DOCKER_ORG:-mailu}/rainloop:${VERSION:-local}
2018-09-24 01:23:07 +02:00
build: ../webmails/rainloop
fetchmail:
image: ${DOCKER_ORG:-mailu}/fetchmail:${VERSION:-local}
2018-09-24 01:23:07 +02:00
build: ../services/fetchmail
none:
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:
image: ${DOCKER_ORG:-mailu}/docs:${VERSION:-local}
build: ../docs
2018-10-06 19:26:39 +02:00
setup:
image: ${DOCKER_ORG:-mailu}/setup:${VERSION:-local}
2018-10-06 19:26:39 +02:00
build: ../setup