Compare commits
1 Commits
2.0.7+10.5
...
1.2.3+9.5.
| Author | SHA1 | Date | |
|---|---|---|---|
| 95aab820b1 |
@ -45,7 +45,7 @@ steps:
|
||||
from_secret: drone_abra-bot_token
|
||||
fork: true
|
||||
repositories:
|
||||
- toolshed/auto-recipes-catalogue-json
|
||||
- coop-cloud/auto-recipes-catalogue-json
|
||||
|
||||
trigger:
|
||||
event: tag
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
TYPE=mattermost-lts
|
||||
TYPE=mattermost
|
||||
|
||||
# Domain of service
|
||||
DOMAIN=mattermost.example.com
|
||||
|
||||
2
abra.sh
2
abra.sh
@ -1 +1 @@
|
||||
export ABRA_MATTERMOST_ENTRYPOINT_VERSION=v1
|
||||
export ENTRYPOINT_VERSION=v1
|
||||
|
||||
@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: mattermost/mattermost-team-edition:10.5.14
|
||||
image: mattermost/mattermost-team-edition:9.5.9
|
||||
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.0.7+10.5.14"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.2.3+9.5.9"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/mattermost,/etc/ssl"
|
||||
configs:
|
||||
@ -67,7 +67,7 @@ secrets:
|
||||
|
||||
configs:
|
||||
abra_mattermost_entrypoint:
|
||||
name: ${STACK_NAME}_entrypoint_${ABRA_MATTERMOST_ENTRYPOINT_VERSION}
|
||||
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_VERSION}
|
||||
file: ./entrypoint.sh
|
||||
|
||||
networks:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
hotfix: rollback to last functional version
|
||||
@ -1 +0,0 @@
|
||||
Mattermost Platform Extended Support Release 10.5.8 contains a high severity level security fix.
|
||||
Reference in New Issue
Block a user