public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Compose] New images
58e0abe4
docker-compose.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Diff
diff --git a/docker-compose.yml b/docker-compose.yml
index 0e8e4095..dcd9ddc9 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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"