1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/tests/build.yml
Tim Möhlmann 5987703631
Tavis-ci to upload images to the Docker hub, after succesfull tests.
For this to work, the following variables will need to be set at Docker hub:
 - DOCKER_ORG	first part of docker repo name (example: mailu)
 - DOCKER_UN	Docker-hub login username (private)
 - DOCKER_PW	Docker-hub login password (private)
Note that also Docker hub autobuilds will have to be disabled.
2018-10-05 12:18:29 +03:00

48 lines
905 B
YAML

version: '3'
services:
front:
image: $DOCKER_ORG/nginx:$VERSION
build: ../core/nginx
imap:
image: $DOCKER_ORG/dovecot:$VERSION
build: ../core/dovecot
smtp:
image: $DOCKER_ORG/postfix:$VERSION
build: ../core/postfix
antispam:
image: $DOCKER_ORG/rspamd:$VERSION
build: ../services/rspamd
antivirus:
image: $DOCKER_ORG/clamav:$VERSION
build: ../optional/clamav
webdav:
image: $DOCKER_ORG/radicale:$VERSION
build: ../optional/radicale
admin:
image: $DOCKER_ORG/admin:$VERSION
build: ../core/admin
roundcube:
image: $DOCKER_ORG/roundcube:$VERSION
build: ../webmails/roundcube
rainloop:
image: $DOCKER_ORG/rainloop:$VERSION
build: ../webmails/rainloop
fetchmail:
image: $DOCKER_ORG/fetchmail:$VERSION
build: ../services/fetchmail
none:
image: $DOCKER_ORG/none:$VERSION
build: ../core/none