Skip to content

Commit

Permalink
Expose RTC port to enable Calls connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Dec 7, 2022
1 parent 1f2adc1 commit 46d3eea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docker-compose.nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.without-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ services:
mattermost:
ports:
- ${APP_PORT}:8065
- ${CALLS_PORT}:8443/udp
3 changes: 2 additions & 1 deletion env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46d3eea

Please sign in to comment.