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.0 KiB
YAML
Raw Normal View History

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