From 5809c3920f11b006d03e1286d684a62ac050b4e0 Mon Sep 17 00:00:00 2001 From: meliurwen Date: Fri, 28 May 2021 15:17:33 +0200 Subject: [PATCH] Fixed JVB_PORT and JVB_TCP_PORT variables position --- .env.example | 1 + docker-compose.yml | 7 +++++-- jvb.env.example | 1 - 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 376d4ac..577f8ac 100644 --- a/.env.example +++ b/.env.example @@ -27,6 +27,7 @@ JVB_CONTAINER_NAME= JVB_RESTART= # Media port JVB_PORT=10000 +JVB_TCP_PORT=4443 # Public URL for the web service (required) PUBLIC_URL=https://sub.domain.tld diff --git a/docker-compose.yml b/docker-compose.yml index 4776867..2045ed0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,6 +18,8 @@ services: - ${LOCAL_STACK_DIR}/transcripts:/usr/share/jitsi-meet/transcripts:Z - ${LOCAL_STACK_DIR}/web/custom/images:/usr/share/jitsi-meet/images:ro - ${LOCAL_STACK_DIR}/web/custom/title.html:/usr/share/jitsi-meet/title.html:ro + - ${LOCAL_STACK_DIR}/web/custom/body.html:/usr/share/jitsi-meet/body.html:ro + - ${LOCAL_STACK_DIR}/web/custom/css/custom.css:/usr/share/jitsi-meet/css/custom.css:ro env_file: - web.env environment: @@ -100,8 +102,8 @@ services: container_name: ${JVB_CONTAINER_NAME:-jitsi-jvb} restart: ${JVB_RESTART:-unless-stopped} ports: - - "${JVB_PORT}:${JVB_PORT}/udp" - - "${JVB_TCP_PORT}:${JVB_TCP_PORT}" + - ${JVB_PORT}:${JVB_PORT}/udp + - ${JVB_TCP_PORT}:${JVB_TCP_PORT} networks: meet.jitsi: aliases: @@ -118,6 +120,7 @@ services: - XMPP_SERVER - JVB_AUTH_USER - JVB_BREWERY_MUC + - JVB_TCP_PORT - JVB_PORT - PUBLIC_URL depends_on: diff --git a/jvb.env.example b/jvb.env.example index 2d17fe8..ffc5d62 100644 --- a/jvb.env.example +++ b/jvb.env.example @@ -5,7 +5,6 @@ #DOCKER_HOST_ADDRESS=192.168.1.1 # TCP Fallback for Jitsi Videobridge for when UDP isn't available JVB_TCP_HARVESTER_DISABLED=true -JVB_TCP_PORT=4443 JVB_TCP_MAPPED_PORT=4443 # STUN servers used to discover the server's public IP JVB_STUN_SERVERS=meet-jit-si-turnrelay.jitsi.net:443