Skip to content

Commit 925775e

Browse files
committed
release: stable-7210-1
* a8e6a34 prosody: completely disable external components * 8587d29 prosody: add mod_auth_cyrus from community libraries * 3a070e6 misc: working on latest
1 parent a8e6a34 commit 925775e

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## stable-7210-1
2+
3+
Based on stable release 7210-1.
4+
5+
* a8e6a34 prosody: completely disable external components
6+
* 8587d29 prosody: add mod_auth_cyrus from community libraries
7+
* 3a070e6 misc: working on latest
8+
19
## stable-7210
210

311
Based on stable release 7210.

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-7210-1
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -131,7 +131,7 @@ services:
131131

132132
# XMPP server
133133
prosody:
134-
image: jitsi/prosody:latest
134+
image: jitsi/prosody:stable-7210-1
135135
restart: ${RESTART_POLICY}
136136
expose:
137137
- '5222'
@@ -211,7 +211,7 @@ services:
211211

212212
# Focus component
213213
jicofo:
214-
image: jitsi/jicofo:latest
214+
image: jitsi/jicofo:stable-7210-1
215215
restart: ${RESTART_POLICY}
216216
volumes:
217217
- ${CONFIG}/jicofo:/config:Z
@@ -262,7 +262,7 @@ services:
262262

263263
# Video bridge
264264
jvb:
265-
image: jitsi/jvb:latest
265+
image: jitsi/jvb:stable-7210-1
266266
restart: ${RESTART_POLICY}
267267
ports:
268268
- '${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-7210-1
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-7210-1
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)