misc: working on latest

This commit is contained in:
Saúl Ibarra Corretgé
2020-12-09 13:24:56 +01:00
parent 01baf3c76f
commit e3bb5c1434
3 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ version: '3'
services:
# Frontend
web:
image: jitsi/web:stable-5142-3
image: jitsi/web:latest
restart: ${RESTART_POLICY}
ports:
- '${HTTP_PORT}:80'
@@ -98,7 +98,7 @@ services:
# XMPP server
prosody:
image: jitsi/prosody:stable-5142-3
image: jitsi/prosody:latest
restart: ${RESTART_POLICY}
expose:
- '5222'
@@ -167,7 +167,7 @@ services:
# Focus component
jicofo:
image: jitsi/jicofo:stable-5142-3
image: jitsi/jicofo:latest
restart: ${RESTART_POLICY}
volumes:
- ${CONFIG}/jicofo:/config:Z
@@ -196,7 +196,7 @@ services:
# Video bridge
jvb:
image: jitsi/jvb:stable-5142-3
image: jitsi/jvb:latest
restart: ${RESTART_POLICY}
ports:
- '${JVB_PORT}:${JVB_PORT}/udp'