Skip to content

Commit dafe41d

Browse files
committed
release: stable-6173
* c95f0d6 prosody: add support for A/V Moderation * 856e414 prosody: add ability to configure external TURN server * bcae3b1 prosody: add domain mapper options to default configuration * cf90461 web: fix acme.sh pre and post hooks * 65563d9 misc: working on latest
1 parent c95f0d6 commit dafe41d

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## stable-6173
2+
3+
Based on stable release 6173.
4+
5+
* c95f0d6 prosody: add support for A/V Moderation
6+
* 856e414 prosody: add ability to configure external TURN server
7+
* bcae3b1 prosody: add domain mapper options to default configuration
8+
* cf90461 web: fix acme.sh pre and post hooks
9+
* 65563d9 misc: working on latest
10+
111
## stable-5963
212

313
Based on stable release 5963.

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:latest
6+
image: jitsi/web:stable-6173
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -111,7 +111,7 @@ services:
111111

112112
# XMPP server
113113
prosody:
114-
image: jitsi/prosody:latest
114+
image: jitsi/prosody:stable-6173
115115
restart: ${RESTART_POLICY}
116116
expose:
117117
- '5222'
@@ -186,7 +186,7 @@ services:
186186

187187
# Focus component
188188
jicofo:
189-
image: jitsi/jicofo:latest
189+
image: jitsi/jicofo:stable-6173
190190
restart: ${RESTART_POLICY}
191191
volumes:
192192
- ${CONFIG}/jicofo:/config:Z
@@ -232,7 +232,7 @@ services:
232232

233233
# Video bridge
234234
jvb:
235-
image: jitsi/jvb:latest
235+
image: jitsi/jvb:stable-6173
236236
restart: ${RESTART_POLICY}
237237
ports:
238238
- '${JVB_PORT}:${JVB_PORT}/udp'

jibri.yml

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

33
services:
44
jibri:
5-
image: jitsi/jibri:latest
5+
image: jitsi/jibri:stable-6173
66
restart: ${RESTART_POLICY}
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'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:latest
6+
image: jitsi/jigasi:stable-6173
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'

0 commit comments

Comments
 (0)