NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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 Postfix and watchdog image, re-add dns flag for watchdog

5987079c
andryyy <[email protected]> 7 years ago
docker-compose.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Diff

diff --git a/docker-compose.yml b/docker-compose.yml
index d03ee8fc..2fd233d7 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -215,7 +215,7 @@ services:
             - dovecot
 
     postfix-mailcow:
-      image: mailcow/postfix:1.38
+      image: mailcow/postfix:1.39
       build: ./data/Dockerfiles/postfix
       volumes:
         - ./data/conf/postfix:/opt/postfix/conf
@@ -346,10 +346,12 @@ services:
         - /lib/modules:/lib/modules:ro
 
     watchdog-mailcow:
-      image: mailcow/watchdog:1.56
+      image: mailcow/watchdog:1.57
       # Debug
       #command: /watchdog.sh
       build: ./data/Dockerfiles/watchdog
+      dns:
+        - ${IPV4_NETWORK:-172.22.1}.254
       volumes:
         - rspamd-vol-1:/var/lib/rspamd
         - mysql-socket-vol-1:/var/run/mysqld/