*ea37859prosody: add ability to configure MUC modules through ENV variables *5ff69fdjvb: fix jvb.conf parsing error *8f38fe6web,jvb: add option to enable multi-stream *701dadfjvb: add ability to disable STUN *264a3d8web: add prejoin config options *fec78e4jigasi: build on arm *c04f658web,jvb: allow underscore in JVB_WS_SERVER_ID *55a4591prosody: configure unbound resolver *576e5a9web: start with clean config.js *a7f260eweb,etherpad: fix default public URL *0cbfbfdweb: don't proxy HTTP traffic to WS endpoints *7ed5063jibri,compose: avoid mounting /dev/shm/ *fbb8a2djibri: switch to PulseAudio *e7533f8jibri: simplify Dockerfile *7e74308jigasi: switch to Java 11 *a9d1ed6misc: working on unstable *b227b73build: fix multiarch build
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
version: '3.5'
|
|
|
|
services:
|
|
jibri:
|
|
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7439}
|
|
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:
|