Skip to content

Commit a504b59

Browse files
committed
misc: working on latest
1 parent 950397e commit a504b59

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

130130
# XMPP server
131131
prosody:
132-
image: jitsi/prosody:stable-6826
132+
image: jitsi/prosody:latest
133133
restart: ${RESTART_POLICY}
134134
expose:
135135
- '5222'
@@ -206,7 +206,7 @@ services:
206206

207207
# Focus component
208208
jicofo:
209-
image: jitsi/jicofo:stable-6826
209+
image: jitsi/jicofo:latest
210210
restart: ${RESTART_POLICY}
211211
volumes:
212212
- ${CONFIG}/jicofo:/config:Z
@@ -257,7 +257,7 @@ services:
257257

258258
# Video bridge
259259
jvb:
260-
image: jitsi/jvb:stable-6826
260+
image: jitsi/jvb:latest
261261
restart: ${RESTART_POLICY}
262262
ports:
263263
- '${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-6826
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-6826
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)