forked from coop-cloud/mattermost
Compare commits
9 Commits
lts
...
2.0.2+10.5
| Author | SHA1 | Date | |
|---|---|---|---|
| b2e1e004c6 | |||
| 3e109108d9 | |||
| 6cbf638a79 | |||
| 80b0db2700 | |||
| bd133cb6e4 | |||
| 18941a270a | |||
| e15e086322 | |||
| b6c2a80289 | |||
| 25117632fc |
@ -1,4 +1,4 @@
|
||||
TYPE=mattermost
|
||||
TYPE=mattermost-lts
|
||||
|
||||
# Domain of service
|
||||
DOMAIN=mattermost.example.com
|
||||
|
||||
@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: mattermost/mattermost-team-edition:9.11.8
|
||||
image: mattermost/mattermost-team-edition:10.5.8
|
||||
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.3+9.11.8"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.2+10.5.8"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/mattermost,/etc/ssl"
|
||||
configs:
|
||||
|
||||
1
release/2.0.2+10.5.8
Normal file
1
release/2.0.2+10.5.8
Normal file
@ -0,0 +1 @@
|
||||
Mattermost Platform Extended Support Release 10.5.8 contains a high severity level security fix.
|
||||
Reference in New Issue
Block a user