Commit 925775e 1 parent a8e6a34 commit 925775e Copy full SHA for 925775e
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-7210-1
2
+
3
+ Based on stable release 7210-1.
4
+
5
+ * a8e6a34 prosody: completely disable external components
6
+ * 8587d29 prosody: add mod_auth_cyrus from community libraries
7
+ * 3a070e6 misc: working on latest
8
+
1
9
## stable-7210
2
10
3
11
Based on stable release 7210.
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-7210-1
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-7210-1
135
135
restart : ${RESTART_POLICY}
136
136
expose :
137
137
- ' 5222'
@@ -211,7 +211,7 @@ services:
211
211
212
212
# Focus component
213
213
jicofo :
214
- image : jitsi/jicofo:latest
214
+ image : jitsi/jicofo:stable-7210-1
215
215
restart : ${RESTART_POLICY}
216
216
volumes :
217
217
- ${CONFIG}/jicofo:/config:Z
@@ -262,7 +262,7 @@ services:
262
262
263
263
# Video bridge
264
264
jvb :
265
- image : jitsi/jvb:latest
265
+ image : jitsi/jvb:stable-7210-1
266
266
restart : ${RESTART_POLICY}
267
267
ports :
268
268
- ' ${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-7210-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-7210-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