*b670959prosody: simplify container build *e05a9c2fixup: template syntax for newly added variables (#1355) *164d28bweb: migrate deprecated recordings options, add some more *f126f7aweb: set config.videoQuality.maxBitratesVideo to null if no bitrates are specified *0364d94jibri: remove deprecated PulseAudio module *1c93e1bweb: add support for brandingDataUrl (#1346) *4372717web: add support for wav files to nginx default *d804ba4misc: make ignore rule more generic *b224131prosody: use ENABLE_IPV6 environment variable *be8c41fetherpad,jigasi: fix compose file version *d7cee00misc: 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-7577}
|
|
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:
|