chore: publish 2.1.0+10.11.6 release

This commit is contained in:
2025-11-13 10:10:55 +01:00
parent f2d2cf7c88
commit 2f94930db2
5 changed files with 18 additions and 6 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: mattermost/mattermost-team-edition:10.5.14
image: mattermost/mattermost-team-edition:10.11.6
environment:
- TZ
- MM_SQLSETTINGS_DRIVERNAME=postgres
@ -28,13 +28,16 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=2.0.7+10.5.14"
- "coop-cloud.${STACK_NAME}.version=2.1.0+10.11.6"
- "backupbot.backup=true"
- "backupbot.backup.path=/mattermost,/etc/ssl"
configs:
- source: abra_mattermost_entrypoint
target: /abra-mattermost-entrypoint.sh
mode: 0555
- source: busybox
target: /bin/busybox
mode: 0555
secrets:
- postgres_password
entrypoint: /abra-mattermost-entrypoint.sh
@ -69,6 +72,9 @@ configs:
abra_mattermost_entrypoint:
name: ${STACK_NAME}_entrypoint_${ABRA_MATTERMOST_ENTRYPOINT_VERSION}
file: ./entrypoint.sh
busybox:
name: ${STACK_NAME}_busybox_${BUSYBOX_VERSION}
file: ./busybox
networks:
proxy: