Skip to content

Commit dd7b70b

Browse files
committed
misc: working on latest
1 parent b8c6e65 commit dd7b70b

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-7001
6+
image: jitsi/web:latest
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -131,7 +131,7 @@ services:
131131

132132
# XMPP server
133133
prosody:
134-
image: jitsi/prosody:stable-7001
134+
image: jitsi/prosody:latest
135135
restart: ${RESTART_POLICY}
136136
expose:
137137
- '5222'
@@ -212,7 +212,7 @@ services:
212212

213213
# Focus component
214214
jicofo:
215-
image: jitsi/jicofo:stable-7001
215+
image: jitsi/jicofo:latest
216216
restart: ${RESTART_POLICY}
217217
volumes:
218218
- ${CONFIG}/jicofo:/config:Z
@@ -263,7 +263,7 @@ services:
263263

264264
# Video bridge
265265
jvb:
266-
image: jitsi/jvb:stable-7001
266+
image: jitsi/jvb:latest
267267
restart: ${RESTART_POLICY}
268268
ports:
269269
- '${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-7001
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-7001
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)