From abd4911a9b062da889a252661a46db06567bed93 Mon Sep 17 00:00:00 2001 From: knoflook Date: Mon, 4 Sep 2023 16:22:57 +0200 Subject: [PATCH] chore: publish 1.0.2+2.0.23 release --- compose.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/compose.yml b/compose.yml index 9329a88..f0032b5 100644 --- a/compose.yml +++ b/compose.yml @@ -52,7 +52,7 @@ x-environment: services: app: - image: ghcr.io/mailu/nginx:2.0.16 + image: ghcr.io/mailu/nginx:2.0.23 logging: driver: json-file networks: @@ -91,15 +91,15 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${WEB_DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - - "coop-cloud.${STACK_NAME}.version=1.0.1+2.0.16" + - "coop-cloud.${STACK_NAME}.version=1.0.2+2.0.23" db: - image: redis:alpine + image: redis:7.2.0-alpine volumes: - "redis:/data" admin: - image: ghcr.io/mailu/admin:2.0.16 + image: ghcr.io/mailu/admin:2.0.23 environment: *default-env healthcheck: disable: true @@ -110,7 +110,7 @@ services: - default imap: - image: ghcr.io/mailu/dovecot:2.0.16 + image: ghcr.io/mailu/dovecot:2.0.23 environment: *default-env volumes: - "mail:/mail" @@ -122,7 +122,7 @@ services: - default smtp: - image: ghcr.io/mailu/postfix:2.0.16 + image: ghcr.io/mailu/postfix:2.0.23 environment: *default-env volumes: - "mailqueue:/queue" @@ -132,7 +132,7 @@ services: - app antispam: - image: ghcr.io/mailu/rspamd:2.0.16 + image: ghcr.io/mailu/rspamd:2.0.23 environment: *default-env volumes: - "rspamd:/var/lib/rspamd" @@ -141,7 +141,7 @@ services: disable: true webmail: - image: ghcr.io/mailu/webmail:2.0.16 + image: ghcr.io/mailu/webmail:2.0.23 environment: *default-env networks: - default @@ -153,7 +153,7 @@ services: disable: true certdumper: - image: ldez/traefik-certs-dumper:v2.7.4 + image: ldez/traefik-certs-dumper:v2.8.1 entrypoint: sh -c ' apk add jq ; while ! [ -e /traefik/production-acme.json ]