From b09223ebb9ef0bf5b7093cbfabfced6ea1c25fa1 Mon Sep 17 00:00:00 2001 From: marlon Date: Wed, 7 Aug 2024 16:42:43 -0400 Subject: [PATCH] add PUBLIC_URL_DOMAIN variable for jvb --- .env.sample | 1 + compose.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.env.sample b/.env.sample index 34dae1e..1ff44dc 100644 --- a/.env.sample +++ b/.env.sample @@ -48,6 +48,7 @@ TZ=UTC # Public URL for the web service (required) PUBLIC_URL=https://meet.example.com +PUBLIC_URL_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 diff --git a/compose.yml b/compose.yml index 928d22f..4209883 100644 --- a/compose.yml +++ b/compose.yml @@ -14,6 +14,7 @@ services: - HTTPS_PORT - TZ - PUBLIC_URL + - PUBLIC_URL_DOMAIN networks: - proxy - internal @@ -86,6 +87,7 @@ services: - jitsijvbconfig:/config environment: - JVB_AUTH_PASSWORD_FILE=/run/secrets/jvb_auth_password + - PUBLIC_URL_DOMAIN configs: - source: entrypoint target: /custom-entrypoint.sh