Compare commits
12 Commits
0.3.4+8.1.
...
1.2.5+9.5.
| Author | SHA1 | Date | |
|---|---|---|---|
| 1bbc0bc5e3 | |||
| 91136d15a7 | |||
| bf7466f8b2 | |||
| 33466a38cf | |||
| 4c6dca85fa | |||
| 2e366449bf | |||
| a5ba7e60e7 | |||
| fdd0610784 | |||
| de797a654a | |||
| e42bc0f2a5 | |||
| 5a30d2d99b | |||
| 98ef1ca228 |
16
README.md
16
README.md
@ -2,14 +2,14 @@
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**:
|
||||
* **Status**:
|
||||
* **Image**:
|
||||
* **Healthcheck**: N
|
||||
* **Backups**: N
|
||||
* **Email**:
|
||||
* **Tests**: N
|
||||
* **SSO**: N
|
||||
* **Category**: Apps
|
||||
* **Status**: 3
|
||||
* **Image**: [`mattermost/mattermost-team-edition`](https://hub.docker.com/r/mattermost/mattermost-team-edition), 4, upstream
|
||||
* **Healthcheck**: No
|
||||
* **Backups**: Yes
|
||||
* **Email**: 1
|
||||
* **Tests**: 2
|
||||
* **SSO**: No
|
||||
|
||||
<!-- endmetadata -->
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: mattermost/mattermost-team-edition:8.1.8
|
||||
image: mattermost/mattermost-team-edition:9.5.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=0.3.4+8.1.8"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.2.5+9.5.11"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/mattermost,/etc/ssl"
|
||||
configs:
|
||||
|
||||
Reference in New Issue
Block a user