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