File tree 4 files changed +17
-6
lines changed 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-9220-1
2
+
3
+ Based on stable release 9220-1.
4
+
5
+ * 1e97277 jibri: update Chrome to version 121
6
+ * 310b80d jvb: add env var to control require-valid-address
7
+ * b0092bc jicofo,jigasi,jvb: fix accidentally enabling Sentry
8
+ * 102281e base: update tpl
9
+ * bf237da etherpad: update etherpad image to etherpad/etherpad:1.9.6 (#1725 )
10
+ * 7381471 misc: working on unstable
11
+
1
12
## stable-9220
2
13
3
14
Based on stable release 9220.
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-9220-1 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -169,7 +169,7 @@ services:
169
169
170
170
# XMPP server
171
171
prosody :
172
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
172
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9220-1 }
173
173
restart : ${RESTART_POLICY:-unless-stopped}
174
174
expose :
175
175
- ' ${XMPP_PORT:-5222}'
@@ -300,7 +300,7 @@ services:
300
300
301
301
# Focus component
302
302
jicofo :
303
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
303
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9220-1 }
304
304
restart : ${RESTART_POLICY:-unless-stopped}
305
305
ports :
306
306
- ' 127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -382,7 +382,7 @@ services:
382
382
383
383
# Video bridge
384
384
jvb :
385
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
385
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9220-1 }
386
386
restart : ${RESTART_POLICY:-unless-stopped}
387
387
ports :
388
388
- ' ${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-9220-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-9220-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