Compare commits

..

1 Commits

Author SHA1 Message Date
marlon 241c5f7e41 changeable image 2026-03-19 03:20:34 -04:00
3 changed files with 3 additions and 8 deletions
+2 -1
View File
@@ -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
View File
@@ -2,4 +2,4 @@ version: "3.8"
services:
app:
image: mattermost/mattermost-enterprise-edition:10.11
image: $ENTERPRISE_IMAGE:11.5.1
-6
View File
@@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}