Skip to content

Commit 5dcdb8c

Browse files
committed
release: stable-5390-1
* 3ac5397 misc: working on latest
1 parent 3ac5397 commit 5dcdb8c

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## stable-5390-1
2+
3+
Based on stable release 5390-1.
4+
5+
* 3ac5397 misc: working on latest
6+
17
## stable-5390
28

39
Based on stable release 5390.

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:latest
6+
image: jitsi/web:stable-5390-1
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -103,7 +103,7 @@ services:
103103

104104
# XMPP server
105105
prosody:
106-
image: jitsi/prosody:latest
106+
image: jitsi/prosody:stable-5390-1
107107
restart: ${RESTART_POLICY}
108108
expose:
109109
- '5222'
@@ -172,7 +172,7 @@ services:
172172

173173
# Focus component
174174
jicofo:
175-
image: jitsi/jicofo:latest
175+
image: jitsi/jicofo:stable-5390-1
176176
restart: ${RESTART_POLICY}
177177
volumes:
178178
- ${CONFIG}/jicofo:/config:Z
@@ -216,7 +216,7 @@ services:
216216

217217
# Video bridge
218218
jvb:
219-
image: jitsi/jvb:latest
219+
image: jitsi/jvb:stable-5390-1
220220
restart: ${RESTART_POLICY}
221221
ports:
222222
- '${JVB_PORT}:${JVB_PORT}/udp'

jibri.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:latest
5+
image: jitsi/jibri:stable-5390-1
66
restart: ${RESTART_POLICY}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:latest
6+
image: jitsi/jigasi:stable-5390-1
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'

0 commit comments

Comments
 (0)