Compare commits

...

3 Commits

Author SHA1 Message Date
18941a270a chore: publish 1.5.7+9.11.11 release 2025-03-27 10:07:30 +01:00
e15e086322 chore: publish 1.5.6+9.11.10 release 2025-03-20 10:14:50 +01:00
b6c2a80289 chore: publish 1.5.5+9.11.9 release 2025-03-04 17:43:08 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
TYPE=mattermost
TYPE=mattermost-lts
# Domain of service
DOMAIN=mattermost.example.com

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: mattermost/mattermost-team-edition:9.11.9
image: mattermost/mattermost-team-edition:9.11.11
environment:
- TZ
- MM_SQLSETTINGS_DRIVERNAME=postgres
@ -28,7 +28,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=1.5.4+9.11.9"
- "coop-cloud.${STACK_NAME}.version=1.5.7+9.11.11"
- "backupbot.backup=true"
- "backupbot.backup.path=/mattermost,/etc/ssl"
configs: