jitsi: Update to stable-9779
This commit is contained in:
parent
283ed6152f
commit
a2fd649c57
10
lib/jitsi.sh
10
lib/jitsi.sh
@ -28,7 +28,7 @@ version: '3.7'
|
||||
services:
|
||||
# Frontend
|
||||
web:
|
||||
image: jitsi/web:\${JITSI_IMAGE_VERSION:-stable-7882}
|
||||
image: jitsi/web:\${JITSI_IMAGE_VERSION:-stable-9779}
|
||||
restart: \${RESTART_POLICY:-unless-stopped}
|
||||
ports:
|
||||
- '\${HTTP_PORT}:80'
|
||||
@ -182,7 +182,7 @@ services:
|
||||
|
||||
# XMPP server
|
||||
prosody:
|
||||
image: jitsi/prosody:\${JITSI_IMAGE_VERSION:-stable-7882}
|
||||
image: jitsi/prosody:\${JITSI_IMAGE_VERSION:-stable-9779}
|
||||
restart: \${RESTART_POLICY:-unless-stopped}
|
||||
expose:
|
||||
- '\${XMPP_PORT:-5222}'
|
||||
@ -280,7 +280,7 @@ services:
|
||||
|
||||
# Focus component
|
||||
jicofo:
|
||||
image: jitsi/jicofo:\${JITSI_IMAGE_VERSION:-stable-7882}
|
||||
image: jitsi/jicofo:\${JITSI_IMAGE_VERSION:-stable-9779}
|
||||
restart: \${RESTART_POLICY:-unless-stopped}
|
||||
volumes:
|
||||
- \${CONFIG}/jicofo:/config:Z
|
||||
@ -331,7 +331,7 @@ services:
|
||||
|
||||
# Video bridge
|
||||
jvb:
|
||||
image: jitsi/jvb:\${JITSI_IMAGE_VERSION:-stable-7882}
|
||||
image: jitsi/jvb:\${JITSI_IMAGE_VERSION:-stable-9779}
|
||||
restart: \${RESTART_POLICY:-unless-stopped}
|
||||
ports:
|
||||
- '\${JVB_PORT:-10000}:\${JVB_PORT:-10000}/udp'
|
||||
@ -604,7 +604,7 @@ JIBRI_XMPP_PASSWORD=
|
||||
#RESTART_POLICY=unless-stopped
|
||||
|
||||
# Jitsi image version (useful for local development)
|
||||
JITSI_IMAGE_VERSION=stable-9646
|
||||
JITSI_IMAGE_VERSION=stable-9779
|
||||
ENABLE_SIMULCAST=false
|
||||
ENABLE_RECORDING=1
|
||||
ENABLE_LIVESTREAMING=1
|
||||
|
@ -7,7 +7,7 @@ baserow=1.23.2
|
||||
collabora=24.04.1.3.1
|
||||
element=v1.11.80
|
||||
postgresql=14
|
||||
jitsi=stable-9646
|
||||
jitsi=stable-9779
|
||||
nextcloud=29.0.0
|
||||
listmonk=v2.4.0
|
||||
panel=v1.11
|
||||
|
Loading…
x
Reference in New Issue
Block a user