File tree 4 files changed +20
-6
lines changed 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
15
## stable-5390-2
2
16
3
17
Based on stable release 5390-2.
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-5390-3
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -105,7 +105,7 @@ services:
105
105
106
106
# XMPP server
107
107
prosody :
108
- image : jitsi/prosody:latest
108
+ image : jitsi/prosody:stable-5390-3
109
109
restart : ${RESTART_POLICY}
110
110
expose :
111
111
- ' 5222'
@@ -174,7 +174,7 @@ services:
174
174
175
175
# Focus component
176
176
jicofo :
177
- image : jitsi/jicofo:latest
177
+ image : jitsi/jicofo:stable-5390-3
178
178
restart : ${RESTART_POLICY}
179
179
volumes :
180
180
- ${CONFIG}/jicofo:/config:Z
@@ -220,7 +220,7 @@ services:
220
220
221
221
# Video bridge
222
222
jvb :
223
- image : jitsi/jvb:latest
223
+ image : jitsi/jvb:stable-5390-3
224
224
restart : ${RESTART_POLICY}
225
225
ports :
226
226
- ' ${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-5390-3
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-5390-3
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