Skip to content

Commit acc7c55

Browse files
committed
release: stable-7648-3
* 7890183 jibri: fix ENABLE_RECORDING issue * a2b86a0 fix: Fixes undefined variable $ENABLE_JAAS_COMPONENTS. Fixes #1377. * 9f3c81f misc: working on unstable
1 parent 7890183 commit acc7c55

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## stable-7648-3
2+
3+
Based on stable release 7648-3.
4+
5+
* 7890183 jibri: fix ENABLE_RECORDING issue
6+
* a2b86a0 fix: Fixes undefined variable $ENABLE_JAAS_COMPONENTS. Fixes #1377.
7+
* 9f3c81f misc: working on unstable
8+
19
## stable-7648-2
210

311
Based on stable release 7648-2.

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-3}
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-3}
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-3}
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-3}
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-3}
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-3}
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)