Commit a886801 1 parent 6ebf6e8 commit a886801 Copy full SHA for a886801
File tree 4 files changed +16
-6
lines changed
4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-6865
2
+
3
+ Based on stable release 6865.
4
+
5
+ * 8004ffe Use the new log formatters, clean up stale logging config.
6
+ * a862e84 web: cache versioned static files
7
+ * 48d499a web: configure remote participant video menu
8
+ * 78791ad env.example : ETHERPAD_PUBLIC_URL : incl. /p/ path
9
+ * a504b59 misc: working on latest
10
+
1
11
## stable-6826
2
12
3
13
Based on stable release 6826.
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-6865
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -131,7 +131,7 @@ services:
131
131
132
132
# XMPP server
133
133
prosody :
134
- image : jitsi/prosody:latest
134
+ image : jitsi/prosody:stable-6865
135
135
restart : ${RESTART_POLICY}
136
136
expose :
137
137
- ' 5222'
@@ -208,7 +208,7 @@ services:
208
208
209
209
# Focus component
210
210
jicofo :
211
- image : jitsi/jicofo:latest
211
+ image : jitsi/jicofo:stable-6865
212
212
restart : ${RESTART_POLICY}
213
213
volumes :
214
214
- ${CONFIG}/jicofo:/config:Z
@@ -259,7 +259,7 @@ services:
259
259
260
260
# Video bridge
261
261
jvb :
262
- image : jitsi/jvb:latest
262
+ image : jitsi/jvb:stable-6865
263
263
restart : ${RESTART_POLICY}
264
264
ports :
265
265
- ' ${JVB_PORT}:${JVB_PORT}/udp'
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-6865
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-6865
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