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] Hopefully a few more seconds for Unbound to come up, updated Postfix image
bf87b6e9
docker-compose.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Diff
diff --git a/docker-compose.yml b/docker-compose.yml
index f08bdedc..5c53a369 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -18,6 +18,8 @@ services:
mysql-mailcow:
image: mariadb:10.3
+ depends_on:
+ - unbound-mailcow
stop_grace_period: 45s
volumes:
- mysql-vol-1:/var/lib/mysql/
@@ -171,6 +173,8 @@ services:
dovecot-mailcow:
image: mailcow/dovecot:1.97
+ depends_on:
+ - mysql-mailcow
dns:
- ${IPV4_NETWORK:-172.22.1}.254
cap_add:
@@ -223,7 +227,9 @@ services:
- dovecot
postfix-mailcow:
- image: mailcow/postfix:1.43
+ image: mailcow/postfix:1.44
+ depends_on:
+ - mysql-mailcow
volumes:
- ./data/conf/postfix:/opt/postfix/conf
- ./data/assets/ssl:/etc/ssl/mail/:ro