From 8006fd8f26e71286e45804370f8f6d9e3191ca63 Mon Sep 17 00:00:00 2001 From: michelleDeko <83840564+michelleDeko@users.noreply.github.com> Date: Thu, 27 Mar 2025 08:56:40 +0100 Subject: [PATCH] Update Scalelite Version and use different bbb-playback-proxy for bbb v3 support --- dotenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotenv b/dotenv index a3c0967..9e6b844 100644 --- a/dotenv +++ b/dotenv @@ -27,10 +27,10 @@ SL_HOST= # SCALELITE_TAG=v1 # ### Required when when specific repo or version (other than defaults) are needed -SCALELITE_DOCKER_IMAGE=blindsidenetwks/scalelite:v1.6.3 +SCALELITE_DOCKER_IMAGE=blindsidenetwks/scalelite:v1.6.4 # ### Required when recordings are enabled and using BigBlueButton Playback Proxy to serve the recordings. -SCALELITE_RECORDINGS_DOCKER_IMAGE=bigbluebutton/bbb-playback-proxy:focal-260-amazonlinux +SCALELITE_RECORDINGS_DOCKER_IMAGE=ghcr.io/michelledeko/bbb-playback-proxy:jammy-300-alpine # ### Optional for nginx when using docker-compose # NGINX_DOCKER_IMAGE=