Commit b416ecc 1 parent 0dad31d commit b416ecc Copy full SHA for b416ecc
File tree 4 files changed +18
-6
lines changed
4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-9646
2
+
3
+ Based on stable release 9646.
4
+
5
+ * 0dad31d fix(jicofo) enable jigasi brewery with ENABLE_TRANSCRIPTIONS
6
+ * fae66ad fix(jibri): IGNORE_CERTIFICATE_ERRORS as boolean
7
+ * 54baee2 feat(prosody): custom metrics of stanza counts for prosody service implemented (#1862 )
8
+ * a88dd8b feat(jvb) default to using dcSCTP
9
+ * d2c26aa fix(jigasi) add missing variables to jigasi.yml
10
+ * 41559d6 feat(log-analyser): added grafana dashboard provisioning (#1855 )
11
+ * 2e9e6ca misc: working on unstable
12
+
1
13
## stable-9584-1
2
14
3
15
Based on stable release 9584-1.
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-9646 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -180,7 +180,7 @@ services:
180
180
181
181
# XMPP server
182
182
prosody :
183
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
183
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9646 }
184
184
restart : ${RESTART_POLICY:-unless-stopped}
185
185
expose :
186
186
- ' ${XMPP_PORT:-5222}'
@@ -316,7 +316,7 @@ services:
316
316
317
317
# Focus component
318
318
jicofo :
319
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
319
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9646 }
320
320
restart : ${RESTART_POLICY:-unless-stopped}
321
321
ports :
322
322
- ' 127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -399,7 +399,7 @@ services:
399
399
400
400
# Video bridge
401
401
jvb :
402
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
402
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9646 }
403
403
restart : ${RESTART_POLICY:-unless-stopped}
404
404
ports :
405
405
- ' ${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-9646 }
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-9646 }
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