[Compose] Update unbound, rspamd, dovecot, acme, netfilter, watchdog and dockerapi images
This commit is contained in:
		@@ -2,7 +2,7 @@ version: '2.1'
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    unbound-mailcow:
 | 
					    unbound-mailcow:
 | 
				
			||||||
      image: mailcow/unbound:1.6
 | 
					      image: mailcow/unbound:1.7
 | 
				
			||||||
      build: ./data/Dockerfiles/unbound
 | 
					      build: ./data/Dockerfiles/unbound
 | 
				
			||||||
      command: /usr/sbin/unbound
 | 
					      command: /usr/sbin/unbound
 | 
				
			||||||
      environment:
 | 
					      environment:
 | 
				
			||||||
@@ -71,7 +71,7 @@ services:
 | 
				
			|||||||
            - clamd
 | 
					            - clamd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    rspamd-mailcow:
 | 
					    rspamd-mailcow:
 | 
				
			||||||
      image: mailcow/rspamd:1.40
 | 
					      image: mailcow/rspamd:1.41
 | 
				
			||||||
      build: ./data/Dockerfiles/rspamd
 | 
					      build: ./data/Dockerfiles/rspamd
 | 
				
			||||||
      stop_grace_period: 30s
 | 
					      stop_grace_period: 30s
 | 
				
			||||||
      depends_on:
 | 
					      depends_on:
 | 
				
			||||||
@@ -172,7 +172,7 @@ services:
 | 
				
			|||||||
            - sogo
 | 
					            - sogo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    dovecot-mailcow:
 | 
					    dovecot-mailcow:
 | 
				
			||||||
      image: mailcow/dovecot:1.70
 | 
					      image: mailcow/dovecot:1.71
 | 
				
			||||||
      build: ./data/Dockerfiles/dovecot
 | 
					      build: ./data/Dockerfiles/dovecot
 | 
				
			||||||
      cap_add:
 | 
					      cap_add:
 | 
				
			||||||
        - NET_BIND_SERVICE
 | 
					        - NET_BIND_SERVICE
 | 
				
			||||||
@@ -310,7 +310,7 @@ services:
 | 
				
			|||||||
    acme-mailcow:
 | 
					    acme-mailcow:
 | 
				
			||||||
      depends_on:
 | 
					      depends_on:
 | 
				
			||||||
        - nginx-mailcow
 | 
					        - nginx-mailcow
 | 
				
			||||||
      image: mailcow/acme:1.53
 | 
					      image: mailcow/acme:1.54
 | 
				
			||||||
      build: ./data/Dockerfiles/acme
 | 
					      build: ./data/Dockerfiles/acme
 | 
				
			||||||
      dns:
 | 
					      dns:
 | 
				
			||||||
        - ${IPV4_NETWORK:-172.22.1}.254
 | 
					        - ${IPV4_NETWORK:-172.22.1}.254
 | 
				
			||||||
@@ -339,7 +339,7 @@ services:
 | 
				
			|||||||
            - acme
 | 
					            - acme
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    netfilter-mailcow:
 | 
					    netfilter-mailcow:
 | 
				
			||||||
      image: mailcow/netfilter:1.23
 | 
					      image: mailcow/netfilter:1.24
 | 
				
			||||||
      build: ./data/Dockerfiles/netfilter
 | 
					      build: ./data/Dockerfiles/netfilter
 | 
				
			||||||
      stop_grace_period: 30s
 | 
					      stop_grace_period: 30s
 | 
				
			||||||
      depends_on:
 | 
					      depends_on:
 | 
				
			||||||
@@ -363,7 +363,7 @@ services:
 | 
				
			|||||||
        - /lib/modules:/lib/modules:ro
 | 
					        - /lib/modules:/lib/modules:ro
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    watchdog-mailcow:
 | 
					    watchdog-mailcow:
 | 
				
			||||||
      image: mailcow/watchdog:1.41
 | 
					      image: mailcow/watchdog:1.42
 | 
				
			||||||
      # Debug
 | 
					      # Debug
 | 
				
			||||||
      #command: /watchdog.sh
 | 
					      #command: /watchdog.sh
 | 
				
			||||||
      build: ./data/Dockerfiles/watchdog
 | 
					      build: ./data/Dockerfiles/watchdog
 | 
				
			||||||
@@ -395,7 +395,7 @@ services:
 | 
				
			|||||||
            - watchdog
 | 
					            - watchdog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    dockerapi-mailcow:
 | 
					    dockerapi-mailcow:
 | 
				
			||||||
      image: mailcow/dockerapi:1.26
 | 
					      image: mailcow/dockerapi:1.27
 | 
				
			||||||
      restart: always
 | 
					      restart: always
 | 
				
			||||||
      build: ./data/Dockerfiles/dockerapi
 | 
					      build: ./data/Dockerfiles/dockerapi
 | 
				
			||||||
      oom_kill_disable: true
 | 
					      oom_kill_disable: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user