chore: publish 1.0.2+2.0.23 release

This commit is contained in:
knoflook 2023-09-04 16:22:57 +02:00
parent 536e78d459
commit abd4911a9b
1 changed files with 9 additions and 9 deletions

View File

@ -52,7 +52,7 @@ x-environment:
services: services:
app: app:
image: ghcr.io/mailu/nginx:2.0.16 image: ghcr.io/mailu/nginx:2.0.23
logging: logging:
driver: json-file driver: json-file
networks: networks:
@ -91,15 +91,15 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${WEB_DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${WEB_DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "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: db:
image: redis:alpine image: redis:7.2.0-alpine
volumes: volumes:
- "redis:/data" - "redis:/data"
admin: admin:
image: ghcr.io/mailu/admin:2.0.16 image: ghcr.io/mailu/admin:2.0.23
environment: *default-env environment: *default-env
healthcheck: healthcheck:
disable: true disable: true
@ -110,7 +110,7 @@ services:
- default - default
imap: imap:
image: ghcr.io/mailu/dovecot:2.0.16 image: ghcr.io/mailu/dovecot:2.0.23
environment: *default-env environment: *default-env
volumes: volumes:
- "mail:/mail" - "mail:/mail"
@ -122,7 +122,7 @@ services:
- default - default
smtp: smtp:
image: ghcr.io/mailu/postfix:2.0.16 image: ghcr.io/mailu/postfix:2.0.23
environment: *default-env environment: *default-env
volumes: volumes:
- "mailqueue:/queue" - "mailqueue:/queue"
@ -132,7 +132,7 @@ services:
- app - app
antispam: antispam:
image: ghcr.io/mailu/rspamd:2.0.16 image: ghcr.io/mailu/rspamd:2.0.23
environment: *default-env environment: *default-env
volumes: volumes:
- "rspamd:/var/lib/rspamd" - "rspamd:/var/lib/rspamd"
@ -141,7 +141,7 @@ services:
disable: true disable: true
webmail: webmail:
image: ghcr.io/mailu/webmail:2.0.16 image: ghcr.io/mailu/webmail:2.0.23
environment: *default-env environment: *default-env
networks: networks:
- default - default
@ -153,7 +153,7 @@ services:
disable: true disable: true
certdumper: certdumper:
image: ldez/traefik-certs-dumper:v2.7.4 image: ldez/traefik-certs-dumper:v2.8.1
entrypoint: sh -c ' entrypoint: sh -c '
apk add jq apk add jq
; while ! [ -e /traefik/production-acme.json ] ; while ! [ -e /traefik/production-acme.json ]