Merge pull request #139 from mattermost/support-custom-port

Support custom port for Calls
pull/143/head
Claudio Costa 2023-10-11 08:36:24 -06:00 committed by GitHub
commit 50b14baa2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View File

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

View File

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

View File

@ -59,9 +59,6 @@ services:
# additional settings
- 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/