From 26fb013e952597c3da5218b876914d694f3b5ad7 Mon Sep 17 00:00:00 2001 From: streamer45 Date: Tue, 10 Oct 2023 17:13:46 -0600 Subject: [PATCH] Support custom port for Calls --- docker-compose.nginx.yml | 3 ++- docker-compose.without-nginx.yml | 4 ++-- docker-compose.yml | 3 --- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docker-compose.nginx.yml b/docker-compose.nginx.yml index 70f5d50..07d270c 100644 --- a/docker-compose.nginx.yml +++ b/docker-compose.nginx.yml @@ -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: diff --git a/docker-compose.without-nginx.yml b/docker-compose.without-nginx.yml index 4e9bf5b..2f05991 100644 --- a/docker-compose.without-nginx.yml +++ b/docker-compose.without-nginx.yml @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index e50d7a9..dfdf345 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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/