Skip to content

Commit d8894cb

Browse files
committed
release: stable-7648-4
* 6449c60 prosody: fix installation of lua inspect module * 6664c89 prosody: add missing lua-inspect dependency * 755bd3f prosody: add jigasi and jibri users as admins * 8c5fba1 jigasi: add ability to disable SIP * 4fa0a2f jvb: allow configuration of videobridge.ice.advertise-private-candidates * 74e5942 misc: working on unstable
1 parent 6449c60 commit d8894cb

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## stable-7648-4
2+
3+
Based on stable release 7648-4.
4+
5+
* 6449c60 prosody: fix installation of lua inspect module
6+
* 6664c89 prosody: add missing lua-inspect dependency
7+
* 755bd3f prosody: add jigasi and jibri users as admins
8+
* 8c5fba1 jigasi: add ability to disable SIP
9+
* 4fa0a2f jvb: allow configuration of videobridge.ice.advertise-private-candidates
10+
* 74e5942 misc: working on unstable
11+
112
## stable-7648-3
213

314
Based on stable release 7648-3.

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.5'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-7648-4}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -149,7 +149,7 @@ services:
149149

150150
# XMPP server
151151
prosody:
152-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
152+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7648-4}
153153
restart: ${RESTART_POLICY:-unless-stopped}
154154
expose:
155155
- '${XMPP_PORT:-5222}'
@@ -237,7 +237,7 @@ services:
237237

238238
# Focus component
239239
jicofo:
240-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
240+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7648-4}
241241
restart: ${RESTART_POLICY:-unless-stopped}
242242
volumes:
243243
- ${CONFIG}/jicofo:/config:Z
@@ -287,7 +287,7 @@ services:
287287

288288
# Video bridge
289289
jvb:
290-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
290+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7648-4}
291291
restart: ${RESTART_POLICY:-unless-stopped}
292292
ports:
293293
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'

jibri.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
5+
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7648-4}
66
restart: ${RESTART_POLICY:-unless-stopped}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.5'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7648-4}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'

0 commit comments

Comments
 (0)