*57e3bb3jibri: bump Chrome version *a0a3410fix: Allows jicofo entering rooms without requiring a password. *1c27da8prosody: fix ranges redux (#1538) *9fc8ffaprosody: fix ranges definition (#1537) *39de818prosody: enable rate limits (#1536) *3568542prosody: add timestamps to the log *edb5e76workflow: tag jibri and jigasi images with version (#1522) *5d1d80djvb: fix missing dot in env (#1521) *0b1b45dbase: use FQIN in base/Dockerfile FROM statement *29f0cb2actions: tag images with detected versions (#1518) *7c50cb7web: support loading pwa-worker.js from subdir (#1517) *3af59c6web: fix bosh for subdomains *2fdc643jicofo: use bool instead of string for codec flags (#1507) *bdcae29jicofo: fix syntax error on opus end brace (#1506) *e5d4213jicofo: additional conference options (#1504) *6034e09jicofo: support opus red audio codec (#1503) *ef7ef9cjicofo: disable cert verification for jvb xmpp (#1501) *a8fe1aajicofo: fix template error in jvb xmpp server (#1500) *7d1bf8ejicofo: flag to use presence for bridge health checks (#1499) *1a4f9bdjicofo: fix broken rest template (#1498) *76f886fjicofo: add bridge region support and local region (#1497) *9c2f742jicofo: fix rest bind in container (#1496) *ed095bcmisc: support alternate xmpp server for jvb (#1495) *e1c1f1bjicofo: enable rest interface (#1494) *ca0b92eweb: allow custom colibri websocket port (#1491) *fe5dea3misc: working on unstable
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
version: '3.5'
|
|
|
|
services:
|
|
jibri:
|
|
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-8615}
|
|
restart: ${RESTART_POLICY:-unless-stopped}
|
|
volumes:
|
|
- ${CONFIG}/jibri:/config:Z
|
|
shm_size: '2gb'
|
|
cap_add:
|
|
- SYS_ADMIN
|
|
environment:
|
|
- CHROMIUM_FLAGS
|
|
- DISPLAY=:0
|
|
- ENABLE_STATS_D
|
|
- JIBRI_HTTP_API_EXTERNAL_PORT
|
|
- JIBRI_HTTP_API_INTERNAL_PORT
|
|
- JIBRI_RECORDING_RESOLUTION
|
|
- JIBRI_USAGE_TIMEOUT
|
|
- JIBRI_XMPP_USER
|
|
- JIBRI_XMPP_PASSWORD
|
|
- JIBRI_BREWERY_MUC
|
|
- JIBRI_RECORDER_USER
|
|
- JIBRI_RECORDER_PASSWORD
|
|
- JIBRI_RECORDING_DIR
|
|
- JIBRI_FINALIZE_RECORDING_SCRIPT_PATH
|
|
- JIBRI_STRIP_DOMAIN_JID
|
|
- PUBLIC_URL
|
|
- TZ
|
|
- XMPP_AUTH_DOMAIN
|
|
- XMPP_DOMAIN
|
|
- XMPP_INTERNAL_MUC_DOMAIN
|
|
- XMPP_MUC_DOMAIN
|
|
- XMPP_RECORDER_DOMAIN
|
|
- XMPP_SERVER
|
|
- XMPP_PORT
|
|
- XMPP_TRUST_ALL_CERTS
|
|
depends_on:
|
|
- jicofo
|
|
networks:
|
|
meet.jitsi:
|