This commit is contained in:
chandi 2022-09-19 21:39:41 +02:00
parent ca7d2baa38
commit 618c432e73
4 changed files with 13 additions and 11 deletions

View File

@ -1,6 +1,9 @@
# Changelog
## Unreleased
- BBB 2.5.4 @alangecker
## Release v2.5.0 (2022-06-10)
- BigBlueButton v2.5 @alangecker [#207](https://github.com/bigbluebutton/docker/pull/207)
- central `tags.env` file with the tag names of most BBB components @alangecker
- Usage of [official docker build images](https://gitlab.senfcall.de/senfcall-public/docker-bbb-build) for building @alangecker

View File

@ -156,7 +156,7 @@ services:
etherpad:
build: mod/etherpad
image: alangecker/bbb-docker-etherpad:1.8.18-2
image: alangecker/bbb-docker-etherpad:1.8.18-3
restart: unless-stopped
depends_on:
- redis
@ -193,7 +193,7 @@ services:
mongodb:
container_name: bbb-mongodb
image: mongo:5.0
image: mongo:4.4
restart: unless-stopped
volumes:
- ./mod/mongo/mongod.conf:/etc/mongod.conf
@ -387,7 +387,7 @@ services:
{{ if isTrue .Env.ENABLE_COTURN }}
# coturn
coturn:
image: coturn/coturn:4.5-alpine
image: coturn/coturn:4.6-alpine
restart: unless-stopped
command:
- "--external-ip=${EXTERNAL_IPv4}/${EXTERNAL_IPv4}"

View File

@ -2,7 +2,6 @@
<modules>
<!-- Loggers (I'd load these first) -->
<load module="mod_console"/>
<load module="mod_logfile"/>
<!-- Event Handlers -->
<load module="mod_event_socket"/>

View File

@ -7,14 +7,14 @@
BBB_BUILD_TAG=v2022-03-30
# https://github.com/bigbluebutton/bigbluebutton
TAG_COMMON_MESSAGE=v2.5.0
TAG_APPS_AKKA=v2.5.0
TAG_FSESL_AKKA=v2.5.0
TAG_BBB_WEB=v2.5.0
TAG_HTML5=v2.5.2
TAG_RECORDINGS=v2.5.2
TAG_COMMON_MESSAGE=v2.5.5
TAG_APPS_AKKA=v2.5.5
TAG_FSESL_AKKA=v2.5.5
TAG_BBB_WEB=v2.5.5
TAG_HTML5=v2.5.5
TAG_RECORDINGS=v2.5.5
TAG_LEARNING_DASHBOARD=v2.5.2
TAG_LEARNING_DASHBOARD=v2.5.5
TAG_FS_CONFIG=v2.5.0