mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 08:03:19 +01:00
BBB 2.5.8
This commit is contained in:
parent
ad6b0d2d38
commit
c181ee9665
@ -1,7 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
- BBB 2.5.4 @alangecker
|
- BBB 2.5.8 @alangecker
|
||||||
|
|
||||||
|
|
||||||
## Release v2.5.0 (2022-06-10)
|
## Release v2.5.0 (2022-06-10)
|
||||||
- BigBlueButton v2.5 @alangecker [#207](https://github.com/bigbluebutton/docker/pull/207)
|
- BigBlueButton v2.5 @alangecker [#207](https://github.com/bigbluebutton/docker/pull/207)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# 📦 BigBlueButton 2.5 Docker
|
# 📦 BigBlueButton 2.5 Docker
|
||||||
|
|
||||||
Version: 2.5.2 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigbluebutton/docker/issues)
|
Version: 2.5.8 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigbluebutton/docker/issues)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Easy installation
|
- Easy installation
|
||||||
|
@ -210,7 +210,7 @@ services:
|
|||||||
|
|
||||||
# TODO: remove as soon as not required anymore by webrtc-sfu
|
# TODO: remove as soon as not required anymore by webrtc-sfu
|
||||||
kurento:
|
kurento:
|
||||||
image: kurento/kurento-media-server:6.17
|
image: kurento/kurento-media-server:6.18
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
@ -288,6 +288,8 @@ services:
|
|||||||
jodconverter:
|
jodconverter:
|
||||||
build: mod/jodconverter
|
build: mod/jodconverter
|
||||||
image: alangecker/bbb-docker-jodconverter:latest
|
image: alangecker/bbb-docker-jodconverter:latest
|
||||||
|
security_opt:
|
||||||
|
- 'no-new-privileges:true'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp
|
- /tmp
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 3eb45a5099fc3e9def055a8d236e52098777eb95
|
Subproject commit 64b993ce8e1de5f893b4618d37229bcb57c13b68
|
@ -39,7 +39,7 @@
|
|||||||
<!-- Domain (for presence) -->
|
<!-- Domain (for presence) -->
|
||||||
<param name="domain" value="$${domain}"/>
|
<param name="domain" value="$${domain}"/>
|
||||||
<!-- Sample Rate-->
|
<!-- Sample Rate-->
|
||||||
<param name="rate" value="8000"/>
|
<param name="rate" value="48000"/>
|
||||||
<!-- Number of milliseconds per frame -->
|
<!-- Number of milliseconds per frame -->
|
||||||
<param name="interval" value="20"/>
|
<param name="interval" value="20"/>
|
||||||
<!-- Energy level required for audio to be sent to the other users -->
|
<!-- Energy level required for audio to be sent to the other users -->
|
||||||
|
@ -6,7 +6,7 @@ export MONGO_OPLOG_URL=mongodb://10.7.7.6/local
|
|||||||
export MONGO_URL=mongodb://10.7.7.6/meteor
|
export MONGO_URL=mongodb://10.7.7.6/meteor
|
||||||
export ROOT_URL=http://127.0.0.1/html5client
|
export ROOT_URL=http://127.0.0.1/html5client
|
||||||
export NODE_ENV=production
|
export NODE_ENV=production
|
||||||
export SERVER_WEBSOCKET_COMPRESSION=0
|
export SERVER_WEBSOCKET_COMPRESSION='{"level":5, "maxWindowBits":13, "memLevel":7, "requestMaxWindowBits":13}'
|
||||||
export BIND_IP=0.0.0.0
|
export BIND_IP=0.0.0.0
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export INSTANCE_MAX=1
|
export INSTANCE_MAX=1
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 07723a95bf350181fcb87b5e8c9ebc53eb6d8de6
|
Subproject commit 19750a1727d6ce4c655e69924f958ab937c4de3a
|
18
tags.env
18
tags.env
@ -7,21 +7,21 @@
|
|||||||
BBB_BUILD_TAG=v2022-03-30
|
BBB_BUILD_TAG=v2022-03-30
|
||||||
|
|
||||||
# https://github.com/bigbluebutton/bigbluebutton
|
# https://github.com/bigbluebutton/bigbluebutton
|
||||||
TAG_COMMON_MESSAGE=v2.5.5
|
TAG_COMMON_MESSAGE=v2.5.7
|
||||||
TAG_APPS_AKKA=v2.5.5
|
TAG_APPS_AKKA=v2.5.7
|
||||||
TAG_FSESL_AKKA=v2.5.5
|
TAG_FSESL_AKKA=v2.5.7
|
||||||
TAG_BBB_WEB=v2.5.5
|
TAG_BBB_WEB=v2.5.8
|
||||||
TAG_HTML5=v2.5.5
|
TAG_HTML5=v2.5.7
|
||||||
TAG_RECORDINGS=v2.5.5
|
TAG_RECORDINGS=v2.5.7
|
||||||
|
|
||||||
TAG_LEARNING_DASHBOARD=v2.5.5
|
TAG_LEARNING_DASHBOARD=v2.5.5
|
||||||
TAG_FS_CONFIG=v2.5.0
|
TAG_FS_CONFIG=v2.5.7
|
||||||
|
|
||||||
|
|
||||||
# individual git submodules
|
# individual git submodules
|
||||||
# use `./scripts/checkout-submodules` to ensure, that the submodules
|
# use `./scripts/checkout-submodules` to ensure, that the submodules
|
||||||
# match the provided tags here
|
# match the provided tags here
|
||||||
TAG_WEBRTC_SFU=v2.8.2
|
TAG_WEBRTC_SFU=v2.8.6
|
||||||
TAG_WEBHOOKS=v2.6.0
|
TAG_WEBHOOKS=v2.6.0
|
||||||
TAG_PLAYBACK=v4.0.0
|
TAG_PLAYBACK=v4.0.0
|
||||||
TAG_PADS=v1.2.1
|
TAG_PADS=v1.2.2
|
Loading…
Reference in New Issue
Block a user