Commit 3659eb6 1 parent 3ba77e1 commit 3659eb6 Copy full SHA for 3659eb6
File tree 5 files changed +17
-7
lines changed
5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-9955
2
+
3
+ Based on stable release 9955.
4
+
5
+ * 3ba77e1 feat(prosody) - Added TURN_USERNAME and TURN_PASSWORD (#1989 )
6
+ * 82e98d2 web: Added P2P_STUN_SERVERS environment variable (#1990 )
7
+ * 02499f8 feat(grafana): prosody monitoring dashboard created (#1879 )
8
+ * 3af0725 web: add option param for Automatic Gain Control
9
+ * 9bc57e2 misc: working on unstable
10
+
1
11
## stable-9909
2
12
3
13
Based on stable release 9909.
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-9955 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -192,7 +192,7 @@ services:
192
192
193
193
# XMPP server
194
194
prosody :
195
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
195
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9955 }
196
196
restart : ${RESTART_POLICY:-unless-stopped}
197
197
expose :
198
198
- ' ${XMPP_PORT:-5222}'
@@ -341,7 +341,7 @@ services:
341
341
342
342
# Focus component
343
343
jicofo :
344
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
344
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9955 }
345
345
restart : ${RESTART_POLICY:-unless-stopped}
346
346
ports :
347
347
- ' 127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -429,7 +429,7 @@ services:
429
429
430
430
# Video bridge
431
431
jvb :
432
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
432
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9955 }
433
433
restart : ${RESTART_POLICY:-unless-stopped}
434
434
ports :
435
435
- ' ${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-9955 }
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-9955 }
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'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
transcriber :
5
- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
5
+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-9955 }
6
6
restart : ${RESTART_POLICY:-unless-stopped}
7
7
volumes :
8
8
- ${CONFIG}/transcriber:/config:Z
You can’t perform that action at this time.
0 commit comments