File tree 5 files changed +21
-7
lines changed 5 files changed +21
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-4548-1
2
+
3
+ Based on stable release 4548-1.
4
+
5
+ * abf2f73 jicofo: fix setting incorrect auth URL scheme for JWT
6
+ * 3472ab0 jicofo: add ability to configure health checks
7
+ * ec3622b jibri: install jitsi-upload-integrations by default
8
+ * 0e7bc91 etherpad: pin image version
9
+ * 4fa50b9 jwt: do not load token_verification module with disabled authentication
10
+ * b0d76a2 jibri: add jq dep for upload integrations
11
+ * 53b58fd jvb: add jq, curl deps for graceful_shutdown.sh
12
+ * 2d063ad doc: update installation instructions
13
+ * e73df5f misc: working on latest
14
+
1
15
## stable-4548
2
16
3
17
Based on stable release 4548.
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-4548-1
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -45,7 +45,7 @@ services:
45
45
46
46
# XMPP server
47
47
prosody :
48
- image : jitsi/prosody:latest
48
+ image : jitsi/prosody:stable-4548-1
49
49
restart : ${RESTART_POLICY}
50
50
expose :
51
51
- ' 5222'
@@ -110,7 +110,7 @@ services:
110
110
111
111
# Focus component
112
112
jicofo :
113
- image : jitsi/jicofo:latest
113
+ image : jitsi/jicofo:stable-4548-1
114
114
restart : ${RESTART_POLICY}
115
115
volumes :
116
116
- ${CONFIG}/jicofo:/config:Z
@@ -138,7 +138,7 @@ services:
138
138
139
139
# Video bridge
140
140
jvb :
141
- image : jitsi/jvb:latest
141
+ image : jitsi/jvb:stable-4548-1
142
142
restart : ${RESTART_POLICY}
143
143
ports :
144
144
- ' ${JVB_PORT}:${JVB_PORT}/udp'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
# Etherpad: real-time collaborative document editing
5
5
etherpad :
6
- image : jitsi/etherpad:latest
6
+ image : jitsi/etherpad:stable-4548-1
7
7
restart : ${RESTART_POLICY}
8
8
networks :
9
9
meet.jitsi :
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-4548-1
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-4548-1
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