File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1+ ## stable-8252
2+
3+ Based on stable release 8252.
4+
5+ * 076dbf7 jibri: fix downloading new (>= 109) ChromeDriver
6+ * 8f40804 jibri: update Chrome to M109
7+ * 1cf8638 compose: fix whiteboard collab server variable name
8+ * 9e0305b prosody: set JWT_ENABLE_DOMAIN_VERIFICATION to false by default
9+ * ac551c3 base: update tpl
10+ * ec972ee base: update tpl
11+ * 8684b0b misc: working on unstable
12+
113## stable-8218
214
315Based on stable release 8218.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
33services :
44 # Frontend
55 web :
6- image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
6+ image : jitsi/web:${JITSI_IMAGE_VERSION:-stable-8252 }
77 restart : ${RESTART_POLICY:-unless-stopped}
88 ports :
99 - ' ${HTTP_PORT}:80'
@@ -156,7 +156,7 @@ services:
156156
157157 # XMPP server
158158 prosody :
159- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
159+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-8252 }
160160 restart : ${RESTART_POLICY:-unless-stopped}
161161 expose :
162162 - ' ${XMPP_PORT:-5222}'
@@ -252,7 +252,7 @@ services:
252252
253253 # Focus component
254254 jicofo :
255- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
255+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-8252 }
256256 restart : ${RESTART_POLICY:-unless-stopped}
257257 volumes :
258258 - ${CONFIG}/jicofo:/config:Z
@@ -300,7 +300,7 @@ services:
300300
301301 # Video bridge
302302 jvb :
303- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
303+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-8252 }
304304 restart : ${RESTART_POLICY:-unless-stopped}
305305 ports :
306306 - ' ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
22
33services :
44 jibri :
5- image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
5+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-8252 }
66 restart : ${RESTART_POLICY:-unless-stopped}
77 volumes :
88 - ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
33services :
44 # SIP gateway (audio)
55 jigasi :
6- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
6+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-8252 }
77 restart : ${RESTART_POLICY:-unless-stopped}
88 ports :
99 - ' ${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'
You can’t perform that action at this time.
0 commit comments