|
|
@ -4,7 +4,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
http:
|
|
|
|
http:
|
|
|
|
# build: nginx
|
|
|
|
# build: nginx
|
|
|
|
image: freeposte/reverse-proxy
|
|
|
|
image: freeposte/reverse-proxy:$VERSION
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: .env
|
|
|
|
env_file: .env
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
@ -14,14 +14,14 @@ services:
|
|
|
|
- "$ROOT/certs:/certs"
|
|
|
|
- "$ROOT/certs:/certs"
|
|
|
|
|
|
|
|
|
|
|
|
redis:
|
|
|
|
redis:
|
|
|
|
image: redis
|
|
|
|
image: redis:latest
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- "$ROOT/redis:/data"
|
|
|
|
- "$ROOT/redis:/data"
|
|
|
|
|
|
|
|
|
|
|
|
imap:
|
|
|
|
imap:
|
|
|
|
# build: dovecot
|
|
|
|
# build: dovecot
|
|
|
|
image: freeposte/dovecot
|
|
|
|
image: freeposte/dovecot:$VERSION
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: .env
|
|
|
|
env_file: .env
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
@ -35,7 +35,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
smtp:
|
|
|
|
smtp:
|
|
|
|
# build: postfix
|
|
|
|
# build: postfix
|
|
|
|
image: freeposte/postfix
|
|
|
|
image: freeposte/postfix:$VERSION
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: .env
|
|
|
|
env_file: .env
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
@ -49,7 +49,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
milter:
|
|
|
|
milter:
|
|
|
|
# build: rmilter
|
|
|
|
# build: rmilter
|
|
|
|
image: freeposte/rmilter
|
|
|
|
image: freeposte/rmilter:$VERSION
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: .env
|
|
|
|
env_file: .env
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
@ -59,7 +59,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
antispam:
|
|
|
|
antispam:
|
|
|
|
# build: rspamd
|
|
|
|
# build: rspamd
|
|
|
|
image: freeposte/rspamd
|
|
|
|
image: freeposte/rspamd:$VERSION
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: .env
|
|
|
|
env_file: .env
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
@ -67,7 +67,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
antivirus:
|
|
|
|
antivirus:
|
|
|
|
# build: clamav
|
|
|
|
# build: clamav
|
|
|
|
image: freeposte/clamav
|
|
|
|
image: freeposte/clamav:$VERSION
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: .env
|
|
|
|
env_file: .env
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
@ -75,7 +75,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
admin:
|
|
|
|
admin:
|
|
|
|
# build: admin
|
|
|
|
# build: admin
|
|
|
|
image: freeposte/admin
|
|
|
|
image: freeposte/admin:$VERSION
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: .env
|
|
|
|
env_file: .env
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
@ -85,7 +85,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
webmail:
|
|
|
|
webmail:
|
|
|
|
# build: "$WEBMAIL"
|
|
|
|
# build: "$WEBMAIL"
|
|
|
|
image: "freeposte/$WEBMAIL"
|
|
|
|
image: "freeposte/$WEBMAIL:$VERSION"
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: .env
|
|
|
|
env_file: .env
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
@ -93,7 +93,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
fetchmail:
|
|
|
|
fetchmail:
|
|
|
|
# build: fetchmail
|
|
|
|
# build: fetchmail
|
|
|
|
image: freeposte/fetchmail
|
|
|
|
image: freeposte/fetchmail:$VERSION
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: .env
|
|
|
|
env_file: .env
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|