Compare commits

...

4 Commits

Author SHA1 Message Date
5f9d7c7172 10.5.14 update 2025-12-10 20:30:10 -05:00
a86f3f5072 updated to 10.5.14 instead of most recent to avoid distroless image 2025-12-10 16:51:08 -05:00
4a06fb29ee update custom entrypoint launch command 2025-12-10 14:36:59 -05:00
86189220c1 update to 10.11 2025-12-10 14:19:45 -05:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
export ENTRYPOINT_VERSION=v1
export ENTRYPOINT_VERSION=v2
export MATTERMOST_CONFIG_VERSION=v1
reset_config() {

View File

@ -2,4 +2,4 @@ version: "3.8"
services:
app:
image: mattermost/mattermost-enterprise-edition:10.5.0
image: mattermost/mattermost-enterprise-edition:10.5.14

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: mattermost/mattermost-team-edition:10.5.0
image: mattermost/mattermost-team-edition:10.5.14
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=2.1.0+10.5.0"
- "coop-cloud.${STACK_NAME}.version=2.1.1+10.5.14"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"
- "backupbot.backup.path=/mattermost,/etc/ssl"