Explorar o código

Reduce Unbound health check, push Dovecot and ACME image versions

andryyy %!s(int64=8) %!d(string=hai) anos
pai
achega
49e72b6c72
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      docker-compose.yml

+ 4 - 4
docker-compose.yml

@@ -10,8 +10,8 @@ services:
           condition: service_healthy
           condition: service_healthy
       healthcheck:
       healthcheck:
         test: ["CMD", "nslookup", "mailcow.email", "127.0.0.1"]
         test: ["CMD", "nslookup", "mailcow.email", "127.0.0.1"]
-        interval: 3s
-        timeout: 3s
+        interval: 60s
+        timeout: 5s
         retries: 5
         retries: 5
       volumes:
       volumes:
         - ./data/conf/unbound/unbound.conf:/etc/unbound/unbound.conf:ro
         - ./data/conf/unbound/unbound.conf:/etc/unbound/unbound.conf:ro
@@ -171,7 +171,7 @@ services:
             - sogo
             - sogo
 
 
     dovecot-mailcow:
     dovecot-mailcow:
-      image: mailcow/dovecot:1.0
+      image: mailcow/dovecot:1.1
       build: ./data/Dockerfiles/dovecot
       build: ./data/Dockerfiles/dovecot
       depends_on:
       depends_on:
         unbound-mailcow:
         unbound-mailcow:
@@ -293,7 +293,7 @@ services:
     acme-mailcow:
     acme-mailcow:
       depends_on:
       depends_on:
         - nginx-mailcow
         - nginx-mailcow
-      image: mailcow/acme:1.8
+      image: mailcow/acme:1.9
       build: ./data/Dockerfiles/acme
       build: ./data/Dockerfiles/acme
       dns:
       dns:
         - 172.22.1.254
         - 172.22.1.254