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