File tree 4 files changed +14
-6
lines changed 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## stable-5870
2
10
3
11
Based on stable release 5870.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
# Frontend
5
5
web :
6
- image : jitsi/web:latest
6
+ image : jitsi/web:stable-5963
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -111,7 +111,7 @@ services:
111
111
112
112
# XMPP server
113
113
prosody :
114
- image : jitsi/prosody:latest
114
+ image : jitsi/prosody:stable-5963
115
115
restart : ${RESTART_POLICY}
116
116
expose :
117
117
- ' 5222'
@@ -180,7 +180,7 @@ services:
180
180
181
181
# Focus component
182
182
jicofo :
183
- image : jitsi/jicofo:latest
183
+ image : jitsi/jicofo:stable-5963
184
184
restart : ${RESTART_POLICY}
185
185
volumes :
186
186
- ${CONFIG}/jicofo:/config:Z
@@ -226,7 +226,7 @@ services:
226
226
227
227
# Video bridge
228
228
jvb :
229
- image : jitsi/jvb:latest
229
+ image : jitsi/jvb:stable-5963
230
230
restart : ${RESTART_POLICY}
231
231
ports :
232
232
- ' ${JVB_PORT}:${JVB_PORT}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
3
3
services :
4
4
jibri :
5
- image : jitsi/jibri:latest
5
+ image : jitsi/jibri:stable-5963
6
6
restart : ${RESTART_POLICY}
7
7
volumes :
8
8
- ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
# SIP gateway (audio)
5
5
jigasi :
6
- image : jitsi/jigasi:latest
6
+ image : jitsi/jigasi:stable-5963
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'
You can’t perform that action at this time.
0 commit comments