File tree 4 files changed +18
-6
lines changed 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-8922-1
2
+
3
+ Based on stable release 8922-1.
4
+
5
+ * b3abfc0 ci: split unstable build and test workflows (#1601 )
6
+ * 603d461 jibri: adapt to new ChromeDriver zip file structure
7
+ * a76b1f4 jibri: simplify ChromeDriver download
8
+ * fd1c308 jibri: fix new ChromeDriver API endpoints
9
+ * 2c0a793 jibri: update Chrome to 116
10
+ * 916bccb jibri: autoscaler sidecar tuning parameters
11
+ * 6e59319 misc: working on unstable
12
+
1
13
## stable-8922
2
14
3
15
Based on stable release 8922.
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-8922-1 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -161,7 +161,7 @@ services:
161
161
162
162
# XMPP server
163
163
prosody :
164
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
164
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-8922-1 }
165
165
restart : ${RESTART_POLICY:-unless-stopped}
166
166
expose :
167
167
- ' ${XMPP_PORT:-5222}'
@@ -264,7 +264,7 @@ services:
264
264
265
265
# Focus component
266
266
jicofo :
267
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
267
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-8922-1 }
268
268
restart : ${RESTART_POLICY:-unless-stopped}
269
269
ports :
270
270
- ' 127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -333,7 +333,7 @@ services:
333
333
334
334
# Video bridge
335
335
jvb :
336
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
336
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-8922-1 }
337
337
restart : ${RESTART_POLICY:-unless-stopped}
338
338
ports :
339
339
- ' ${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-8922-1 }
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-8922-1 }
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