This commit is contained in:
marlon 2024-08-07 18:28:08 -04:00
parent 5be4c62519
commit 9e492bf53b
2 changed files with 4 additions and 5 deletions

View File

@ -8,7 +8,7 @@ DOMAIN=meet.example.com
LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
#COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
#COMPOSE_FILE="$COMPOSE_FILE:compose.additional.yml"
ADMIN_USER=admin
@ -48,13 +48,13 @@ TZ=UTC
# Public URL for the web service (required)
PUBLIC_URL=https://meet.example.com
JVB_WS_DOMAIN=meet.example.com
# Media IP addresses to advertise by the JVB
# This setting deprecates DOCKER_HOST_ADDRESS, and supports a comma separated list of IPs
# See the "Running behind NAT or on a LAN environment" section in the Handbook:
# https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#running-behind-nat-or-on-a-lan-environment
#JVB_ADVERTISE_IPS=192.168.1.1,1.2.3.4
JVB_WS_DOMAIN=meet.example.com
#

View File

@ -14,7 +14,6 @@ services:
- HTTPS_PORT
- TZ
- PUBLIC_URL
- PUBLIC_URL_DOMAIN
networks:
- proxy
- internal
@ -98,8 +97,8 @@ services:
depends_on:
- prosody
ports:
- '0.0.0.0:10000:10000/udp'
- '127.0.0.1:8080:8080'
- '10000:10000/udp'
- '8080:8080'
networks:
- internal
deploy: