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