Support custom port for Calls

pull/139/head
streamer45 2023-10-10 17:13:46 -06:00
parent 1fee048edc
commit 26fb013e95
No known key found for this signature in database
GPG Key ID: C31222BC9269BBBC
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/