chore: publish 0.2.0+1.28.0 release

This commit is contained in:
3wc 2025-05-19 13:30:37 +02:00
parent 8157cd16c9
commit 412e75ea2c

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
core:
image: "maxking/mailman-core:0.3"
image: "maxking/mailman-core:0.5"
hostname: mailman-core
volumes:
- "mailman-core:/opt/mailman/"
@ -45,7 +45,7 @@ services:
endpoint_mode: dnsrr
web:
image: "maxking/mailman-web:0.3"
image: "maxking/mailman-web:0.5"
hostname: mailman-web
networks:
- internal
@ -80,7 +80,7 @@ services:
command: uwsgi --ini /opt/mailman-web/uwsgi.ini
app:
image: "nginx:1.21.1"
image: "nginx:1.28.0"
environment:
- DOMAIN
- STACK_NAME
@ -101,7 +101,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.21.1"
- "coop-cloud.${STACK_NAME}.version=0.2.0+1.28.0"
db:
image: "postgres:13-alpine"