Commit 9b0fd7f 1 parent e28d019 commit 9b0fd7f Copy full SHA for 9b0fd7f
File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-5390-2
2
+
3
+ Based on stable release 5390-2.
4
+
5
+ * e28d019 misc: working on latest
6
+
1
7
## stable-stable-5390-2
2
8
3
9
Based on stable release stable-5390-2.
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-5390-2
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -103,7 +103,7 @@ services:
103
103
104
104
# XMPP server
105
105
prosody :
106
- image : jitsi/prosody:latest
106
+ image : jitsi/prosody:stable-5390-2
107
107
restart : ${RESTART_POLICY}
108
108
expose :
109
109
- ' 5222'
@@ -172,7 +172,7 @@ services:
172
172
173
173
# Focus component
174
174
jicofo :
175
- image : jitsi/jicofo:latest
175
+ image : jitsi/jicofo:stable-5390-2
176
176
restart : ${RESTART_POLICY}
177
177
volumes :
178
178
- ${CONFIG}/jicofo:/config:Z
@@ -216,7 +216,7 @@ services:
216
216
217
217
# Video bridge
218
218
jvb :
219
- image : jitsi/jvb:latest
219
+ image : jitsi/jvb:stable-5390-2
220
220
restart : ${RESTART_POLICY}
221
221
ports :
222
222
- ' ${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-5390-2
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-5390-2
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