misc: working on latest

This commit is contained in:
Saúl Ibarra Corretgé
2020-10-02 17:26:25 +02:00
parent b524acb3e7
commit 0fbf3b74ba
4 changed files with 7 additions and 7 deletions

View File

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