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

65 lines
1.5 KiB
YAML
Raw Normal View History

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