add PUBLIC_URL_DOMAIN variable for jvb

This commit is contained in:
marlon 2024-08-07 16:42:43 -04:00
parent 448645c6c7
commit b09223ebb9
2 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,7 @@ TZ=UTC
# Public URL for the web service (required) # Public URL for the web service (required)
PUBLIC_URL=https://meet.example.com PUBLIC_URL=https://meet.example.com
PUBLIC_URL_DOMAIN=meet.example.com
# Media IP addresses to advertise by the JVB # Media IP addresses to advertise by the JVB
# This setting deprecates DOCKER_HOST_ADDRESS, and supports a comma separated list of IPs # This setting deprecates DOCKER_HOST_ADDRESS, and supports a comma separated list of IPs

View File

@ -14,6 +14,7 @@ services:
- HTTPS_PORT - HTTPS_PORT
- TZ - TZ
- PUBLIC_URL - PUBLIC_URL
- PUBLIC_URL_DOMAIN
networks: networks:
- proxy - proxy
- internal - internal
@ -86,6 +87,7 @@ services:
- jitsijvbconfig:/config - jitsijvbconfig:/config
environment: environment:
- JVB_AUTH_PASSWORD_FILE=/run/secrets/jvb_auth_password - JVB_AUTH_PASSWORD_FILE=/run/secrets/jvb_auth_password
- PUBLIC_URL_DOMAIN
configs: configs:
- source: entrypoint - source: entrypoint
target: /custom-entrypoint.sh target: /custom-entrypoint.sh