release: stable-7287
*41d6a9ajibri: bump Chrome to version 101 *88bb1bcfeature: support multiple XMPP servers via list (#1276) *95af778jicofo: add optional XMPP_PORT value (#1275) *da0a43amisc: working on latest
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3'
|
||||
services:
|
||||
# Frontend
|
||||
web:
|
||||
image: jitsi/web:latest
|
||||
image: jitsi/web:stable-7287
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${HTTP_PORT}:80'
|
||||
@@ -132,7 +132,7 @@ services:
|
||||
|
||||
# XMPP server
|
||||
prosody:
|
||||
image: jitsi/prosody:latest
|
||||
image: jitsi/prosody:stable-7287
|
||||
restart: ${RESTART_POLICY}
|
||||
expose:
|
||||
- '${XMPP_PORT:-5222}'
|
||||
@@ -213,7 +213,7 @@ services:
|
||||
|
||||
# Focus component
|
||||
jicofo:
|
||||
image: jitsi/jicofo:latest
|
||||
image: jitsi/jicofo:stable-7287
|
||||
restart: ${RESTART_POLICY}
|
||||
volumes:
|
||||
- ${CONFIG}/jicofo:/config:Z
|
||||
@@ -265,7 +265,7 @@ services:
|
||||
|
||||
# Video bridge
|
||||
jvb:
|
||||
image: jitsi/jvb:latest
|
||||
image: jitsi/jvb:stable-7287
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${JVB_PORT}:${JVB_PORT}/udp'
|
||||
|
||||
Reference in New Issue
Block a user