forked from mirrors/mattermost-docker
Compare commits
9 Commits
update-cal
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
74b6afb20a | ||
|
a0ad9bef52 | ||
|
50b14baa2a | ||
|
26fb013e95 | ||
|
1fee048edc | ||
|
e31e65ffea | ||
|
287886d525 | ||
|
ab91deac93 | ||
|
7c00d8fc85 |
@ -10,4 +10,4 @@ PRs are welcome, refer to our [contributing guide](https://developers.mattermost
|
||||
|
||||
## Upgrading from `mattermost-docker`
|
||||
|
||||
This repository replaces the [deprecated mattermost-docker repository](https://github.com/mattermost/mattermost-docker>). For an in-depth guide to upgrading, please refer to [this document](https://github.com/mattermost/docker/blob/main/scripts/UPGRADE.md).
|
||||
This repository replaces the [deprecated mattermost-docker repository](https://github.com/mattermost/mattermost-docker). For an in-depth guide to upgrading, please refer to [this document](https://github.com/mattermost/docker/blob/main/scripts/UPGRADE.md).
|
||||
|
@ -29,7 +29,8 @@ services:
|
||||
- ${HTTP_PORT}:80
|
||||
mattermost:
|
||||
ports:
|
||||
- ${CALLS_PORT}:8443/udp
|
||||
- ${CALLS_PORT}:${CALLS_PORT}/udp
|
||||
- ${CALLS_PORT}:${CALLS_PORT}/tcp
|
||||
|
||||
# Shared volume for Let's Encrypt certificate renewal with a webroot
|
||||
volumes:
|
||||
|
@ -4,4 +4,5 @@ services:
|
||||
mattermost:
|
||||
ports:
|
||||
- ${APP_PORT}:8065
|
||||
- ${CALLS_PORT}:8443/udp
|
||||
- ${CALLS_PORT}:${CALLS_PORT}/udp
|
||||
- ${CALLS_PORT}:${CALLS_PORT}/tcp
|
||||
|
@ -59,8 +59,6 @@ services:
|
||||
|
||||
# additional settings
|
||||
- MM_SERVICESETTINGS_SITEURL
|
||||
ports:
|
||||
- ${CALLS_PORT}:8443/udp
|
||||
|
||||
# If you use rolling image tags and feel lucky watchtower can automatically pull new images and
|
||||
# instantiate containers from it. https://containrrr.dev/watchtower/
|
||||
|
@ -61,7 +61,8 @@ MM_BLEVESETTINGS_INDEXDIR=/mattermost/bleve-indexes
|
||||
|
||||
## This will be 'mattermost-enterprise-edition' or 'mattermost-team-edition' based on the version of Mattermost you're installing.
|
||||
MATTERMOST_IMAGE=mattermost-enterprise-edition
|
||||
MATTERMOST_IMAGE_TAG=7.1
|
||||
## Update the image tag if you want to upgrade your Mattermost version. You may also upgrade to the latest one. The example is based on the latest Mattermost ESR version.
|
||||
MATTERMOST_IMAGE_TAG=8.1.9
|
||||
|
||||
## Make Mattermost container readonly. This interferes with the regeneration of root.html inside the container. Only use
|
||||
## it if you know what you're doing.
|
||||
|
Loading…
Reference in New Issue
Block a user