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] Update Docker API and ACME images

53333f3b
andryyy <[email protected]> 8 years ago
docker-compose.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Diff

diff --git a/docker-compose.yml b/docker-compose.yml
index 3c8112e7..d8d50314 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -287,7 +287,7 @@ services:
     acme-mailcow:
       depends_on:
         - nginx-mailcow
-      image: mailcow/acme:1.43
+      image: mailcow/acme:1.44
       build: ./data/Dockerfiles/acme
       dns:
         - ${IPV4_NETWORK:-172.22.1}.254
@@ -300,6 +300,7 @@ services:
         - DBPASS=${DBPASS}
         - SKIP_LETS_ENCRYPT=${SKIP_LETS_ENCRYPT:-n}
         - SKIP_IP_CHECK=${SKIP_IP_CHECK:-n}
+        - LE_STAGING=${LE_STAGING:-n}
         - TZ=${TZ}
       volumes:
         - ./data/web/.well-known/acme-challenge:/var/www/acme:rw
@@ -369,7 +370,7 @@ services:
             - watchdog
 
     dockerapi-mailcow:
-      image: mailcow/dockerapi:1.20
+      image: mailcow/dockerapi:1.21
       restart: always
       build: ./data/Dockerfiles/dockerapi
       oom_kill_disable: true