updates to support recording formats new in 2.5+

This commit is contained in:
jfederico
2023-04-24 14:19:50 -04:00
parent e788df9b4d
commit 9b1569c322
9 changed files with 116 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ services:
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
scalelite-proxy:
image: nginx:1.18
image: nginx:1.24
container_name: scalelite-proxy
restart: unless-stopped
ports:
@@ -56,7 +56,7 @@ services:
command: /bin/bash -c "envsubst '$$NGINX_HOSTNAME' < /etc/nginx/sites.template > /etc/nginx/conf.d/default.conf && while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g 'daemon off;'"
scalelite-recordings:
image: ${SCALELITE_RECORDINGS_DOCKER_IMAGE:-bigbluebutton/bbb-playback-proxy:bionic-240-alpine}
image: ${SCALELITE_RECORDINGS_DOCKER_IMAGE:-bigbluebutton/bbb-playback-proxy:focal-260-alpine}
container_name: scalelite-recordings
restart: unless-stopped
volumes: