Commit fc67b01 1 parent 2900680 commit fc67b01 Copy full SHA for fc67b01
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-5765-1
2
+
3
+ Based on stable release 5765-1.
4
+
5
+ * 2900680 Revert "misc: add support for sentry logging"
6
+ * 7a47202 jicofo: make sure client-proxy is properly configured
7
+ * 5c32833 web: add start environment variables START_WITH_AUDIO_MUTED; START_SILENT; START_WITH_VIDEO_MUTED
8
+ * 8d2a29f misc: add support for sentry logging
9
+ * 3d93f2b misc: working on latest
10
+
1
11
## stable-5765
2
12
3
13
Based on stable release 5765.
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-5765-1
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -111,7 +111,7 @@ services:
111
111
112
112
# XMPP server
113
113
prosody :
114
- image : jitsi/prosody:latest
114
+ image : jitsi/prosody:stable-5765-1
115
115
restart : ${RESTART_POLICY}
116
116
expose :
117
117
- ' 5222'
@@ -180,7 +180,7 @@ services:
180
180
181
181
# Focus component
182
182
jicofo :
183
- image : jitsi/jicofo:latest
183
+ image : jitsi/jicofo:stable-5765-1
184
184
restart : ${RESTART_POLICY}
185
185
volumes :
186
186
- ${CONFIG}/jicofo:/config:Z
@@ -226,7 +226,7 @@ services:
226
226
227
227
# Video bridge
228
228
jvb :
229
- image : jitsi/jvb:latest
229
+ image : jitsi/jvb:stable-5765-1
230
230
restart : ${RESTART_POLICY}
231
231
ports :
232
232
- ' ${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-5765-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-5765-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