|
|
@ -1,14 +1,13 @@ |
|
|
|
description: "Mattermost" |
|
|
|
maintainer: "Valentin Lab <valentin.lab@kalysto.org>" |
|
|
|
## We fix image here to be sure of what we install |
|
|
|
docker-image: docker.0k.io/mattermost-team:5.15.0 |
|
|
|
docker-image: docker.0k.io/mattermost-team:5.30.1 |
|
|
|
# docker-image: docker.0k.io/mattermost-enterprise |
|
|
|
config-resources: |
|
|
|
- /mattermost/config |
|
|
|
- /mattermost/plugins |
|
|
|
data-resources: |
|
|
|
- /mattermost/data |
|
|
|
- /mattermost/logs |
|
|
|
- /mattermost/config |
|
|
|
- /mattermost/plugins |
|
|
|
host-resources: |
|
|
|
- /etc/localtime:ro |
|
|
|
|
|
|
@ -38,4 +37,4 @@ uses: |
|
|
|
RewriteCond %{REQUEST_URI} /api/v[0-9]+/(users/)?websocket [NC,OR] |
|
|
|
RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC,OR] |
|
|
|
RewriteCond %{HTTP:CONNECTION} ^Upgrade$ [NC] |
|
|
|
RewriteRule .* ws://${MASTER_BASE_SERVICE_NAME}:8000%{REQUEST_URI} [P,QSA,L] |
|
|
|
RewriteRule .* ws://${MASTER_BASE_SERVICE_NAME}:8065%{REQUEST_URI} [P,QSA,L] |