Commit acc7c55 1 parent 7890183 commit acc7c55 Copy full SHA for acc7c55
File tree 4 files changed +14
-6
lines changed
4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-7648-3
2
+
3
+ Based on stable release 7648-3.
4
+
5
+ * 7890183 jibri: fix ENABLE_RECORDING issue
6
+ * a2b86a0 fix: Fixes undefined variable $ENABLE_JAAS_COMPONENTS. Fixes #1377 .
7
+ * 9f3c81f misc: working on unstable
8
+
1
9
## stable-7648-2
2
10
3
11
Based on stable release 7648-2.
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-7648-3 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -149,7 +149,7 @@ services:
149
149
150
150
# XMPP server
151
151
prosody :
152
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
152
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7648-3 }
153
153
restart : ${RESTART_POLICY:-unless-stopped}
154
154
expose :
155
155
- ' ${XMPP_PORT:-5222}'
@@ -237,7 +237,7 @@ services:
237
237
238
238
# Focus component
239
239
jicofo :
240
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
240
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7648-3 }
241
241
restart : ${RESTART_POLICY:-unless-stopped}
242
242
volumes :
243
243
- ${CONFIG}/jicofo:/config:Z
@@ -287,7 +287,7 @@ services:
287
287
288
288
# Video bridge
289
289
jvb :
290
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
290
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7648-3 }
291
291
restart : ${RESTART_POLICY:-unless-stopped}
292
292
ports :
293
293
- ' ${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-7648-3 }
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-7648-3 }
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