Commit dafe41d 1 parent c95f0d6 commit dafe41d Copy full SHA for dafe41d
File tree 4 files changed +16
-6
lines changed
4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## stable-5963
2
12
3
13
Based on stable release 5963.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
# Frontend
5
5
web :
6
- image : jitsi/web:latest
6
+ image : jitsi/web:stable-6173
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -111,7 +111,7 @@ services:
111
111
112
112
# XMPP server
113
113
prosody :
114
- image : jitsi/prosody:latest
114
+ image : jitsi/prosody:stable-6173
115
115
restart : ${RESTART_POLICY}
116
116
expose :
117
117
- ' 5222'
@@ -186,7 +186,7 @@ services:
186
186
187
187
# Focus component
188
188
jicofo :
189
- image : jitsi/jicofo:latest
189
+ image : jitsi/jicofo:stable-6173
190
190
restart : ${RESTART_POLICY}
191
191
volumes :
192
192
- ${CONFIG}/jicofo:/config:Z
@@ -232,7 +232,7 @@ services:
232
232
233
233
# Video bridge
234
234
jvb :
235
- image : jitsi/jvb:latest
235
+ image : jitsi/jvb:stable-6173
236
236
restart : ${RESTART_POLICY}
237
237
ports :
238
238
- ' ${JVB_PORT}:${JVB_PORT}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
3
3
services :
4
4
jibri :
5
- image : jitsi/jibri:latest
5
+ image : jitsi/jibri:stable-6173
6
6
restart : ${RESTART_POLICY}
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'
3
3
services :
4
4
# SIP gateway (audio)
5
5
jigasi :
6
- image : jitsi/jigasi:latest
6
+ image : jitsi/jigasi:stable-6173
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'
You can’t perform that action at this time.
0 commit comments