File tree 4 files changed +17
-6
lines changed
4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-7439-2
2
+
3
+ Based on stable release 7439-2.
4
+
5
+ * b2f704a misc: working on unstable
6
+ * 62655d8 release: stable-7439-1
7
+ * 22dc822 prosody: fix XMPP_MUC_CONFIGURATION
8
+ * 11de38f fix: properly use default SIP config
9
+ * 82a5382 fix: add missing $ to JIGASI_XMPP_USER
10
+ * 76ff646 misc: working on unstable
11
+
1
12
## stable-7439-1
2
13
3
14
Based on stable release 7439-1.
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-7439-2 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -143,7 +143,7 @@ services:
143
143
144
144
# XMPP server
145
145
prosody :
146
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
146
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7439-2 }
147
147
restart : ${RESTART_POLICY:-unless-stopped}
148
148
expose :
149
149
- ' ${XMPP_PORT:-5222}'
@@ -229,7 +229,7 @@ services:
229
229
230
230
# Focus component
231
231
jicofo :
232
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
232
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7439-2 }
233
233
restart : ${RESTART_POLICY:-unless-stopped}
234
234
volumes :
235
235
- ${CONFIG}/jicofo:/config:Z
@@ -279,7 +279,7 @@ services:
279
279
280
280
# Video bridge
281
281
jvb :
282
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
282
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7439-2 }
283
283
restart : ${RESTART_POLICY:-unless-stopped}
284
284
ports :
285
285
- ' ${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-7439-2 }
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'
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-7439-2 }
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