Skip to content

Commit 3659eb6

Browse files
committed
release: stable-9955
* 3ba77e1 feat(prosody) - Added TURN_USERNAME and TURN_PASSWORD (#1989) * 82e98d2 web: Added P2P_STUN_SERVERS environment variable (#1990) * 02499f8 feat(grafana): prosody monitoring dashboard created (#1879) * 3af0725 web: add option param for Automatic Gain Control * 9bc57e2 misc: working on unstable
1 parent 3ba77e1 commit 3659eb6

5 files changed

+17
-7
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## stable-9909
212

313
Based on stable release 9909.

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.5'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-9955}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -192,7 +192,7 @@ services:
192192

193193
# XMPP server
194194
prosody:
195-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
195+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9955}
196196
restart: ${RESTART_POLICY:-unless-stopped}
197197
expose:
198198
- '${XMPP_PORT:-5222}'
@@ -341,7 +341,7 @@ services:
341341

342342
# Focus component
343343
jicofo:
344-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
344+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9955}
345345
restart: ${RESTART_POLICY:-unless-stopped}
346346
ports:
347347
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -429,7 +429,7 @@ services:
429429

430430
# Video bridge
431431
jvb:
432-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
432+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9955}
433433
restart: ${RESTART_POLICY:-unless-stopped}
434434
ports:
435435
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'

jibri.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
5+
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-9955}
66
restart: ${RESTART_POLICY:-unless-stopped}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.5'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-9955}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'

transcriber.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
transcriber:
5-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
5+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-9955}
66
restart: ${RESTART_POLICY:-unless-stopped}
77
volumes:
88
- ${CONFIG}/transcriber:/config:Z

0 commit comments

Comments
 (0)