Merge pull request #131 from mattermost/MM-53140

Expose TCP port for Calls
pull/134/head
Claudio Costa 2023-07-12 15:55:27 -06:00 committed by GitHub
commit 1fee048edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -5,3 +5,4 @@ services:
ports:
- ${APP_PORT}:8065
- ${CALLS_PORT}:8443/udp
- ${CALLS_PORT}:8443/tcp

View File

@ -61,6 +61,7 @@ services:
- MM_SERVICESETTINGS_SITEURL
ports:
- ${CALLS_PORT}:8443/udp
- ${CALLS_PORT}:8443/tcp
# If you use rolling image tags and feel lucky watchtower can automatically pull new images and
# instantiate containers from it. https://containrrr.dev/watchtower/

View File

@ -61,7 +61,7 @@ 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
MATTERMOST_IMAGE_TAG=7.8
## 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.