File tree 4 files changed +15
-6
lines changed 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-7287
2
+
3
+ Based on stable release 7287.
4
+
5
+ * 41d6a9a jibri: bump Chrome to version 101
6
+ * 88bb1bc feature: support multiple XMPP servers via list (#1276 )
7
+ * 95af778 jicofo: add optional XMPP_PORT value (#1275 )
8
+ * da0a43a misc: working on latest
9
+
1
10
## stable-7210-2
2
11
3
12
Based on stable release 7210-2.
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-7287
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -132,7 +132,7 @@ services:
132
132
133
133
# XMPP server
134
134
prosody :
135
- image : jitsi/prosody:latest
135
+ image : jitsi/prosody:stable-7287
136
136
restart : ${RESTART_POLICY}
137
137
expose :
138
138
- ' ${XMPP_PORT:-5222}'
@@ -213,7 +213,7 @@ services:
213
213
214
214
# Focus component
215
215
jicofo :
216
- image : jitsi/jicofo:latest
216
+ image : jitsi/jicofo:stable-7287
217
217
restart : ${RESTART_POLICY}
218
218
volumes :
219
219
- ${CONFIG}/jicofo:/config:Z
@@ -265,7 +265,7 @@ services:
265
265
266
266
# Video bridge
267
267
jvb :
268
- image : jitsi/jvb:latest
268
+ image : jitsi/jvb:stable-7287
269
269
restart : ${RESTART_POLICY}
270
270
ports :
271
271
- ' ${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-7287
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-7287
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