Compare commits

...

7 Commits

Author SHA1 Message Date
33466a38cf chore: publish 1.2.1+9.5.8 release 2024-07-25 10:53:53 -07:00
4c6dca85fa chore: publish 1.2.0+9.5.7 release 2024-07-04 13:56:57 -07:00
2e366449bf chore: publish 1.1.0+9.5.6 release 2024-06-06 11:03:21 -07:00
a5ba7e60e7 chore: publish 1.0.0+9.5.4 release 2024-05-02 14:10:21 -07:00
3wc
fdd0610784 Update recipe metadata 2024-03-30 16:33:50 -03:00
3wc
de797a654a chore: publish 0.3.8+8.1.12 release 2024-03-28 15:50:36 -03:00
3wc
e42bc0f2a5 chore: publish 0.3.7+8.1.11 release 2024-03-07 16:01:37 -03:00
2 changed files with 10 additions and 10 deletions

View File

@ -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 -->

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: mattermost/mattermost-team-edition:8.1.10
image: mattermost/mattermost-team-edition:9.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=0.3.6+8.1.10"
- "coop-cloud.${STACK_NAME}.version=1.2.1+9.5.8"
- "backupbot.backup=true"
- "backupbot.backup.path=/mattermost,/etc/ssl"
configs: