Compare commits
17 Commits
0.3.2+8.1.
...
1.3.1+9.11
Author | SHA1 | Date | |
---|---|---|---|
b1a9299bd8 | |||
be6939d39b | |||
1bbc0bc5e3 | |||
91136d15a7 | |||
bf7466f8b2 | |||
33466a38cf | |||
4c6dca85fa | |||
2e366449bf | |||
a5ba7e60e7 | |||
fdd0610784 | |||
de797a654a | |||
e42bc0f2a5 | |||
5a30d2d99b | |||
98ef1ca228 | |||
16f489fd8d | |||
12d0f85607 | |||
123af69e49 |
@ -26,9 +26,9 @@ steps:
|
||||
from_secret: autono_bot_access_token
|
||||
depends_on:
|
||||
- deployment
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
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.7
|
||||
image: mattermost/mattermost-team-edition:9.11.4
|
||||
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.2+8.1.7"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.3.1+9.11.4"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/mattermost,/etc/ssl"
|
||||
configs:
|
||||
|
Reference in New Issue
Block a user