Skip to content

Commit 25fd308

Browse files
committed
release: stable-5963
* 6f6fe77 prosody: enable limits * db3d790 prosody: fix: restrict room creation to jicofo (jitsi#1059) * 281db36 misc: working on latest
1 parent 6f6fe77 commit 25fd308

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## stable-5963
2+
3+
Based on stable release 5963.
4+
5+
* 6f6fe77 prosody: enable limits
6+
* db3d790 prosody: fix: restrict room creation to jicofo (#1059)
7+
* 281db36 misc: working on latest
8+
19
## stable-5870
210

311
Based on stable release 5870.

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:latest
6+
image: jitsi/web:stable-5963
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -111,7 +111,7 @@ services:
111111

112112
# XMPP server
113113
prosody:
114-
image: jitsi/prosody:latest
114+
image: jitsi/prosody:stable-5963
115115
restart: ${RESTART_POLICY}
116116
expose:
117117
- '5222'
@@ -180,7 +180,7 @@ services:
180180

181181
# Focus component
182182
jicofo:
183-
image: jitsi/jicofo:latest
183+
image: jitsi/jicofo:stable-5963
184184
restart: ${RESTART_POLICY}
185185
volumes:
186186
- ${CONFIG}/jicofo:/config:Z
@@ -226,7 +226,7 @@ services:
226226

227227
# Video bridge
228228
jvb:
229-
image: jitsi/jvb:latest
229+
image: jitsi/jvb:stable-5963
230230
restart: ${RESTART_POLICY}
231231
ports:
232232
- '${JVB_PORT}:${JVB_PORT}/udp'

jibri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:latest
5+
image: jitsi/jibri:stable-5963
66
restart: ${RESTART_POLICY}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:latest
6+
image: jitsi/jigasi:stable-5963
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'

0 commit comments

Comments
 (0)