File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-7648
2
+
3
+ Based on stable release 7648.
4
+
5
+ * 12941f5 web: turn on multi-stream by default
6
+ * 1d4b265 web: add new flag for multi-stream
7
+ * 4264f25 prosody: make enable_domain_verification configurable
8
+ * 2a7db7c jigasi: fix Sentry test
9
+ * 2d106d8 jigasi: adjust log formatter
10
+ * 6c9e305 jigasi: temporarily disable G722
11
+ * 9edecf2 misc: working on unstable
12
+
1
13
## stable-7577-2
2
14
3
15
Based on stable release 7577-2.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
3
3
services :
4
4
# Frontend
5
5
web :
6
- image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
6
+ image : jitsi/web:${JITSI_IMAGE_VERSION:-stable-7648 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -147,7 +147,7 @@ services:
147
147
148
148
# XMPP server
149
149
prosody :
150
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
150
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7648 }
151
151
restart : ${RESTART_POLICY:-unless-stopped}
152
152
expose :
153
153
- ' ${XMPP_PORT:-5222}'
@@ -234,7 +234,7 @@ services:
234
234
235
235
# Focus component
236
236
jicofo :
237
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
237
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7648 }
238
238
restart : ${RESTART_POLICY:-unless-stopped}
239
239
volumes :
240
240
- ${CONFIG}/jicofo:/config:Z
@@ -284,7 +284,7 @@ services:
284
284
285
285
# Video bridge
286
286
jvb :
287
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
287
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7648 }
288
288
restart : ${RESTART_POLICY:-unless-stopped}
289
289
ports :
290
290
- ' ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
jibri :
5
- image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
5
+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7648 }
6
6
restart : ${RESTART_POLICY:-unless-stopped}
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.5'
3
3
services :
4
4
# SIP gateway (audio)
5
5
jigasi :
6
- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
6
+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7648 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'
You can’t perform that action at this time.
0 commit comments