Update Mattermost to 7.0, add release notes, add abra.sh file to fix deployment entrypoint issue

This commit is contained in:
Kieran Cutting
2022-06-21 11:07:05 +01:00
parent 64b0e9171d
commit 4b27d3993f
4 changed files with 9 additions and 1 deletions

View File

@ -24,7 +24,7 @@ services:
- internal
app:
image: mattermost/mattermost-team-edition:5.39
image: mattermost/mattermost-team-edition:7.0
security_opt:
- no-new-privileges:true
read_only: ${MATTERMOST_CONTAINER_READONLY}
@ -59,6 +59,7 @@ 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=0.1.0+7.0"
configs:
- source: abra_mattermost_entrypoint
target: /abra-mattermost-entrypoint.sh