chore: publish 4.0.0+v5.0.1 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2025-06-04 18:18:37 +01:00
parent 43c842da64
commit c7962a301f

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: listmonk/listmonk:v4.1.0
image: listmonk/listmonk:v5.0.1
networks:
- internal
- proxy
@ -31,7 +31,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=9000"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.4.2+v4.1.0"
- "coop-cloud.${STACK_NAME}.version=4.0.0+v5.0.1"
volumes:
- "uploads:/uploads"