Skip to content

Commit 5222745

Browse files
committed
release: stable-7287
* 41d6a9a jibri: bump Chrome to version 101 * 88bb1bc feature: support multiple XMPP servers via list (jitsi#1276) * 95af778 jicofo: add optional XMPP_PORT value (jitsi#1275) * da0a43a misc: working on latest
1 parent 41d6a9a commit 5222745

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## stable-7287
2+
3+
Based on stable release 7287.
4+
5+
* 41d6a9a jibri: bump Chrome to version 101
6+
* 88bb1bc feature: support multiple XMPP servers via list (#1276)
7+
* 95af778 jicofo: add optional XMPP_PORT value (#1275)
8+
* da0a43a misc: working on latest
9+
110
## stable-7210-2
211

312
Based on stable release 7210-2.

docker-compose.yml

Lines changed: 4 additions & 4 deletions
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-7287
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -132,7 +132,7 @@ services:
132132

133133
# XMPP server
134134
prosody:
135-
image: jitsi/prosody:latest
135+
image: jitsi/prosody:stable-7287
136136
restart: ${RESTART_POLICY}
137137
expose:
138138
- '${XMPP_PORT:-5222}'
@@ -213,7 +213,7 @@ services:
213213

214214
# Focus component
215215
jicofo:
216-
image: jitsi/jicofo:latest
216+
image: jitsi/jicofo:stable-7287
217217
restart: ${RESTART_POLICY}
218218
volumes:
219219
- ${CONFIG}/jicofo:/config:Z
@@ -265,7 +265,7 @@ services:
265265

266266
# Video bridge
267267
jvb:
268-
image: jitsi/jvb:latest
268+
image: jitsi/jvb:stable-7287
269269
restart: ${RESTART_POLICY}
270270
ports:
271271
- '${JVB_PORT}:${JVB_PORT}/udp'

jibri.yml

Lines changed: 1 addition & 1 deletion
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-7287
66
restart: ${RESTART_POLICY}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

Lines changed: 1 addition & 1 deletion
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-7287
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)