Skip to content

Commit e3bb5c1

Browse files
committed
misc: working on latest
1 parent 01baf3c commit e3bb5c1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:stable-5142-3
6+
image: jitsi/web:latest
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -98,7 +98,7 @@ services:
9898

9999
# XMPP server
100100
prosody:
101-
image: jitsi/prosody:stable-5142-3
101+
image: jitsi/prosody:latest
102102
restart: ${RESTART_POLICY}
103103
expose:
104104
- '5222'
@@ -167,7 +167,7 @@ services:
167167

168168
# Focus component
169169
jicofo:
170-
image: jitsi/jicofo:stable-5142-3
170+
image: jitsi/jicofo:latest
171171
restart: ${RESTART_POLICY}
172172
volumes:
173173
- ${CONFIG}/jicofo:/config:Z
@@ -196,7 +196,7 @@ services:
196196

197197
# Video bridge
198198
jvb:
199-
image: jitsi/jvb:stable-5142-3
199+
image: jitsi/jvb:latest
200200
restart: ${RESTART_POLICY}
201201
ports:
202202
- '${JVB_PORT}:${JVB_PORT}/udp'

jibri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

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

jigasi.yml

Lines changed: 1 addition & 1 deletion
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:stable-5142-3
6+
image: jitsi/jigasi:latest
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)