[Compose] New images

master
andryyy 2020-01-29 10:38:33 +01:00
parent c3d53f128b
commit 58e0abe4bb
1 changed files with 5 additions and 2 deletions

View File

@ -140,6 +140,7 @@ services:
- SKIP_SOLR=${SKIP_SOLR:-y}
- SKIP_CLAMD=${SKIP_CLAMD:-n}
- ALLOW_ADMIN_EMAIL_LOGIN=${ALLOW_ADMIN_EMAIL_LOGIN:-n}
- MASTER=${MASTER:-y}
restart: always
networks:
mailcow-network:
@ -147,7 +148,7 @@ services:
- phpfpm
sogo-mailcow:
image: mailcow/sogo:1.70
image: mailcow/sogo:1.71
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
@ -159,6 +160,7 @@ services:
- ALLOW_ADMIN_EMAIL_LOGIN=${ALLOW_ADMIN_EMAIL_LOGIN:-n}
- IPV4_NETWORK=${IPV4_NETWORK:-172.22.1}
- SOGO_EXPIRE_SESSION=${SOGO_EXPIRE_SESSION:-480}
- MASTER=${MASTER:-y}
dns:
- ${IPV4_NETWORK:-172.22.1}.254
volumes:
@ -175,7 +177,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.108
image: mailcow/dovecot:1.109
depends_on:
- mysql-mailcow
dns:
@ -208,6 +210,7 @@ services:
- ACL_ANYONE=${ACL_ANYONE:-disallow}
- SKIP_SOLR=${SKIP_SOLR:-y}
- MAILDIR_SUB=${MAILDIR_SUB:-}
- MASTER=${MASTER:-y}
ports:
- "${DOVEADM_PORT:-127.0.0.1:19991}:12345"
- "${IMAP_PORT:-143}:143"