Compare commits
1 Commits
main
..
image-swap
| Author | SHA1 | Date | |
|---|---|---|---|
| 241c5f7e41 |
+2
-1
@@ -36,4 +36,5 @@ ORG_NAME="My Organization"
|
||||
#SECRET_MATTERMOST_SSO_SECRET_VERSION=v1
|
||||
|
||||
## Enable enterprise version (requires a valid license)
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.license.yml"
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.license.yml"
|
||||
#ENTERPRISE_IMAGE="mattermost/mattermost-enterprise-edition"
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: mattermost/mattermost-enterprise-edition:10.11.22
|
||||
image: $ENTERPRISE_IMAGE:11.5.1
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: mattermost/mattermost-team-edition:10.11.22
|
||||
image: mattermost/mattermost-team-edition:10.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=2.2.5+10.11.22"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.2.0+10.11"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/mattermost,/etc/ssl"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Upgrade to Mattermost 10.11.13
|
||||
@@ -1 +0,0 @@
|
||||
Upgrade to Mattermost 10.11.14
|
||||
@@ -1 +0,0 @@
|
||||
Update Mattermost to v10.11.19
|
||||
@@ -1 +0,0 @@
|
||||
Update to 10.11.21
|
||||
@@ -1 +0,0 @@
|
||||
Update to version 10.11.22
|
||||
Reference in New Issue
Block a user