You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
839 B
YAML
48 lines
839 B
YAML
6 years ago
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
|
||
|
front:
|
||
|
image: mailu/nginx:$VERSION
|
||
|
build: ../core/nginx
|
||
|
|
||
|
imap:
|
||
|
image: mailu/dovecot:$VERSION
|
||
|
build: ../core/dovecot
|
||
|
|
||
|
smtp:
|
||
|
image: mailu/postfix:$VERSION
|
||
|
build: ../core/postfix
|
||
|
|
||
|
antispam:
|
||
|
image: mailu/rspamd:$VERSION
|
||
|
build: ../services/rspamd
|
||
|
|
||
|
antivirus:
|
||
|
image: mailu/clamav:$VERSION
|
||
|
build: ../optional/clamav
|
||
|
|
||
|
webdav:
|
||
|
image: mailu/radicale:$VERSION
|
||
|
build: ../optional/radicale
|
||
|
|
||
|
admin:
|
||
|
image: mailu/admin:$VERSION
|
||
|
build: ../core/admin
|
||
|
|
||
|
roundcube:
|
||
|
image: mailu/roundcube:$VERSION
|
||
|
build: ../webmails/roundcube
|
||
|
|
||
|
rainloop:
|
||
|
image: mailu/rainloop:$VERSION
|
||
|
build: ../webmails/rainloop
|
||
|
|
||
|
fetchmail:
|
||
|
image: mailu/fetchmail:$VERSION
|
||
|
build: ../services/fetchmail
|
||
|
|
||
|
none:
|
||
|
image: mailu/none:$VERSION
|
||
|
build: ../core/none
|