Skip to content

Commit 7409d5c

Browse files
committed
release: stable-5390-3
* a698da5 misc: add jicofo reservation env variables to compose * 86c3022 web: brandingDataUrl -> dynamicBrandingUrl * 88e950d jicofo: fix healthcheck * 493cbdd misc: fix typo * e12d7f2 web : Add DESKTOP_SHARING_FRAMERATE_MIN and MAX env vars * fa98a31 examples: fix k8s example * 88d1034 doc: add port to PUBLIC_URL * c876b40 doc: update CHANGELOG * 5cf14b0 misc: working on latest
1 parent a698da5 commit 7409d5c

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## stable-5390-3
2+
3+
Based on stable release 5390-3.
4+
5+
* a698da5 misc: add jicofo reservation env variables to compose
6+
* 86c3022 web: brandingDataUrl -> dynamicBrandingUrl
7+
* 88e950d jicofo: fix healthcheck
8+
* 493cbdd misc: fix typo
9+
* e12d7f2 web : Add DESKTOP_SHARING_FRAMERATE_MIN and MAX env vars
10+
* fa98a31 examples: fix k8s example
11+
* 88d1034 doc: add port to PUBLIC_URL
12+
* c876b40 doc: update CHANGELOG
13+
* 5cf14b0 misc: working on latest
14+
115
## stable-5390-2
216

317
Based on stable release 5390-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-5390-3
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -105,7 +105,7 @@ services:
105105

106106
# XMPP server
107107
prosody:
108-
image: jitsi/prosody:latest
108+
image: jitsi/prosody:stable-5390-3
109109
restart: ${RESTART_POLICY}
110110
expose:
111111
- '5222'
@@ -174,7 +174,7 @@ services:
174174

175175
# Focus component
176176
jicofo:
177-
image: jitsi/jicofo:latest
177+
image: jitsi/jicofo:stable-5390-3
178178
restart: ${RESTART_POLICY}
179179
volumes:
180180
- ${CONFIG}/jicofo:/config:Z
@@ -220,7 +220,7 @@ services:
220220

221221
# Video bridge
222222
jvb:
223-
image: jitsi/jvb:latest
223+
image: jitsi/jvb:stable-5390-3
224224
restart: ${RESTART_POLICY}
225225
ports:
226226
- '${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-5390-3
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-5390-3
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)