mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-14 23:02:29 +02:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
618c432e73 | |||
ca7d2baa38 | |||
2ff3b8c4e2 | |||
db8c9918b6 | |||
b3a1b010f9 | |||
9f45bdf5bb |
@ -1,6 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## 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)
|
- 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
|
- 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
|
- Usage of [official docker build images](https://gitlab.senfcall.de/senfcall-public/docker-bbb-build) for building @alangecker
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<img width="1012" alt="bbb-docker-banner" src="https://user-images.githubusercontent.com/1273169/141153216-0386cd4e-0aaf-473a-8f42-a048e52ed0d7.png">
|
<img width="1012" alt="bbb-docker-banner" src="https://user-images.githubusercontent.com/1273169/141153216-0386cd4e-0aaf-473a-8f42-a048e52ed0d7.png">
|
||||||
|
|
||||||
|
|
||||||
# 📦 BigBlueButton 2.4 Docker
|
# 📦 BigBlueButton 2.5 Docker
|
||||||
|
|
||||||
Version: 2.5.1 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigbluebutton/docker/issues)
|
Version: 2.5.2 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigbluebutton/docker/issues)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Easy installation
|
- Easy installation
|
||||||
|
@ -156,7 +156,7 @@ services:
|
|||||||
|
|
||||||
etherpad:
|
etherpad:
|
||||||
build: mod/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
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
@ -193,7 +193,7 @@ services:
|
|||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
container_name: bbb-mongodb
|
container_name: bbb-mongodb
|
||||||
image: mongo:5.0
|
image: mongo:4.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./mod/mongo/mongod.conf:/etc/mongod.conf
|
- ./mod/mongo/mongod.conf:/etc/mongod.conf
|
||||||
@ -387,7 +387,7 @@ services:
|
|||||||
{{ if isTrue .Env.ENABLE_COTURN }}
|
{{ if isTrue .Env.ENABLE_COTURN }}
|
||||||
# coturn
|
# coturn
|
||||||
coturn:
|
coturn:
|
||||||
image: coturn/coturn:4.5-alpine
|
image: coturn/coturn:4.6-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- "--external-ip=${EXTERNAL_IPv4}/${EXTERNAL_IPv4}"
|
- "--external-ip=${EXTERNAL_IPv4}/${EXTERNAL_IPv4}"
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
<modules>
|
<modules>
|
||||||
<!-- Loggers (I'd load these first) -->
|
<!-- Loggers (I'd load these first) -->
|
||||||
<load module="mod_console"/>
|
<load module="mod_console"/>
|
||||||
<load module="mod_logfile"/>
|
|
||||||
|
|
||||||
<!-- Event Handlers -->
|
<!-- Event Handlers -->
|
||||||
<load module="mod_event_socket"/>
|
<load module="mod_event_socket"/>
|
||||||
|
0
scripts/upgrade
Normal file → Executable file
0
scripts/upgrade
Normal file → Executable file
14
tags.env
14
tags.env
@ -7,14 +7,14 @@
|
|||||||
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.0
|
TAG_COMMON_MESSAGE=v2.5.5
|
||||||
TAG_APPS_AKKA=v2.5.0
|
TAG_APPS_AKKA=v2.5.5
|
||||||
TAG_FSESL_AKKA=v2.5.0
|
TAG_FSESL_AKKA=v2.5.5
|
||||||
TAG_BBB_WEB=v2.5.0
|
TAG_BBB_WEB=v2.5.5
|
||||||
TAG_HTML5=v2.5.1
|
TAG_HTML5=v2.5.5
|
||||||
TAG_RECORDINGS=v2.5.0
|
TAG_RECORDINGS=v2.5.5
|
||||||
|
|
||||||
TAG_LEARNING_DASHBOARD=v2.5.0
|
TAG_LEARNING_DASHBOARD=v2.5.5
|
||||||
TAG_FS_CONFIG=v2.5.0
|
TAG_FS_CONFIG=v2.5.0
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user