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
+
1
13
## stable-8218
2
14
3
15
Based on stable release 8218.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
3
3
services :
4
4
# Frontend
5
5
web :
6
- image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
6
+ image : jitsi/web:${JITSI_IMAGE_VERSION:-stable-8252 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -156,7 +156,7 @@ services:
156
156
157
157
# XMPP server
158
158
prosody :
159
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
159
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-8252 }
160
160
restart : ${RESTART_POLICY:-unless-stopped}
161
161
expose :
162
162
- ' ${XMPP_PORT:-5222}'
@@ -252,7 +252,7 @@ services:
252
252
253
253
# Focus component
254
254
jicofo :
255
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
255
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-8252 }
256
256
restart : ${RESTART_POLICY:-unless-stopped}
257
257
volumes :
258
258
- ${CONFIG}/jicofo:/config:Z
@@ -300,7 +300,7 @@ services:
300
300
301
301
# Video bridge
302
302
jvb :
303
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
303
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-8252 }
304
304
restart : ${RESTART_POLICY:-unless-stopped}
305
305
ports :
306
306
- ' ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
jibri :
5
- image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
5
+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-8252 }
6
6
restart : ${RESTART_POLICY:-unless-stopped}
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.5'
3
3
services :
4
4
# SIP gateway (audio)
5
5
jigasi :
6
- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
6
+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-8252 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${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