Merge pull request #113 from mattermost/calls

Expose port to enable Calls connectivity
pull/114/head
Claudio Costa 2022-12-08 08:45:38 -06:00 committed by GitHub
commit 7dbb4b372f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,9 @@ services:
ports:
- ${HTTPS_PORT}:443
- ${HTTP_PORT}:80
mattermost:
ports:
- ${CALLS_PORT}:8443/udp
# Shared volume for Let's Encrypt certificate renewal with a webroot
volumes:

View File

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

View File

@ -41,9 +41,10 @@ KEY_PATH=./volumes/web/cert/key-no-password.pem
#CERT_PATH=./certs/etc/letsencrypt/live/${DOMAIN}/fullchain.pem
#KEY_PATH=./certs/etc/letsencrypt/live/${DOMAIN}/privkey.pem
## Exposed ports to the host. Inside the container 80 and 443 will be used
## Exposed ports to the host. Inside the container 80, 443 and 8443 will be used
HTTPS_PORT=443
HTTP_PORT=80
CALLS_PORT=8443
# Mattermost settings
## Inside the container the uid and gid is 2000. The folder owner can be set with