Skip to content

Commit a886801

Browse files
committed
release: stable-6865
* 8004ffe Use the new log formatters, clean up stale logging config. * a862e84 web: cache versioned static files * 48d499a web: configure remote participant video menu * 78791ad env.example : ETHERPAD_PUBLIC_URL : incl. /p/ path * a504b59 misc: working on latest
1 parent 6ebf6e8 commit a886801

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## stable-6826
212

313
Based on stable release 6826.

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:latest
6+
image: jitsi/web:stable-6865
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -131,7 +131,7 @@ services:
131131

132132
# XMPP server
133133
prosody:
134-
image: jitsi/prosody:latest
134+
image: jitsi/prosody:stable-6865
135135
restart: ${RESTART_POLICY}
136136
expose:
137137
- '5222'
@@ -208,7 +208,7 @@ services:
208208

209209
# Focus component
210210
jicofo:
211-
image: jitsi/jicofo:latest
211+
image: jitsi/jicofo:stable-6865
212212
restart: ${RESTART_POLICY}
213213
volumes:
214214
- ${CONFIG}/jicofo:/config:Z
@@ -259,7 +259,7 @@ services:
259259

260260
# Video bridge
261261
jvb:
262-
image: jitsi/jvb:latest
262+
image: jitsi/jvb:stable-6865
263263
restart: ${RESTART_POLICY}
264264
ports:
265265
- '${JVB_PORT}:${JVB_PORT}/udp'

jibri.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:latest
5+
image: jitsi/jibri:stable-6865
66
restart: ${RESTART_POLICY}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:latest
6+
image: jitsi/jigasi:stable-6865
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'

0 commit comments

Comments
 (0)