chore(deps): update all non-major dependencies

This commit is contained in:
2026-08-07 09:28:28 +02:00
committed by dannygroenewegen
parent 2442759224
commit 4c47d0b122
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-to-webmail.redirectregex.permanent=true"
bulwark:
image: ghcr.io/bulwarkmail/webmail:1.7.8
image: ghcr.io/bulwarkmail/webmail:1.8.1
networks:
- proxy
volumes:
+2 -1
View File
@@ -1,7 +1,7 @@
---
services:
app:
image: stalwartlabs/stalwart:v0.16.15
image: stalwartlabs/stalwart:v0.16.16
networks:
- proxy
ports:
@@ -31,6 +31,7 @@ services:
failure_action: rollback
order: stop-first
labels:
- "coop-cloud.${STACK_NAME}.version=0.1.0+v0.16.16"
- "traefik.enable=true"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`) || Host(`autodiscover.${BASE_DOMAIN}`) || Host(`autoconfig.${BASE_DOMAIN}`) || Host(`mta-sts.${BASE_DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"