release: stable-9364
*ca61ea2jibri: add ability to ignore certificate errors *615396ejava: use Java 17 *140db22jibri: check for chrome bin before pre-warm (#1757) *648612ffeat(prosody): Always report visitors support when enabled. *28f3cf8jvb: lipcap from apt to allow for pcap dumps (#1747) *33350c3prosody: fix env var default value *d6dc1e3base-java: install nodejs 20 from nodesource *8f84f2fjibri: use storage.googleapis.com location for chromedriver *1bbb4abfix(prosody): Updates a rate whitelist config that changed in jitsi-meet. (#1741) *eccf68emisc: working on unstable
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.5'
|
||||
services:
|
||||
# Frontend
|
||||
web:
|
||||
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
|
||||
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-9364}
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
ports:
|
||||
- '${HTTP_PORT}:80'
|
||||
@@ -179,7 +179,7 @@ services:
|
||||
|
||||
# XMPP server
|
||||
prosody:
|
||||
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
|
||||
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9364}
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
expose:
|
||||
- '${XMPP_PORT:-5222}'
|
||||
@@ -311,7 +311,7 @@ services:
|
||||
|
||||
# Focus component
|
||||
jicofo:
|
||||
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
|
||||
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9364}
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
ports:
|
||||
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
|
||||
@@ -393,7 +393,7 @@ services:
|
||||
|
||||
# Video bridge
|
||||
jvb:
|
||||
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
|
||||
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9364}
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
ports:
|
||||
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
|
||||
|
||||
Reference in New Issue
Block a user