Expose RTC port to enable Calls connectivity

This commit is contained in:
streamer45 2022-12-07 15:47:50 -06:00
parent 1f2adc1aeb
commit 46d3eeadb6
No known key found for this signature in database
GPG Key ID: C31222BC9269BBBC
3 changed files with 6 additions and 1 deletions

View File

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

View File

@ -4,3 +4,4 @@ services:
mattermost: mattermost:
ports: ports:
- ${APP_PORT}:8065 - ${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 #CERT_PATH=./certs/etc/letsencrypt/live/${DOMAIN}/fullchain.pem
#KEY_PATH=./certs/etc/letsencrypt/live/${DOMAIN}/privkey.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 HTTPS_PORT=443
HTTP_PORT=80 HTTP_PORT=80
CALLS_PORT=8443
# Mattermost settings # Mattermost settings
## Inside the container the uid and gid is 2000. The folder owner can be set with ## Inside the container the uid and gid is 2000. The folder owner can be set with