*487bccajvb: try to use the correct IP as the default server ID *9e982feexamples: move to jitsi-contrib *192a623jvb: add ability to configure the shutdown API *5dcf7b4compose: changed REACTIONS env variable name in docker-compose file *d94f4b6jvb: remove unneeded alias *7cd71a2jibri: default to recording in 720p *bee4b6ajibri: use new configuration file *76a16a8jvb: use modern config for ice4j *18ac85bjibri: allow graceful shutdown of the container *3c19ed6jibri: uppdate Chrome to version 94 *b858b37base-java: update to Java 11 *2061b86misc: enable features by default *343062bmisc: fix/ improve shebang compatibility *ff8c1c2web: regenerate interface_config.js on every boot *bda1502prosody: simplify code *cfd8d3cweb: add config options for polls and reactions *537fcd5misc: add support for sentry logging *be1da0emisc: cleanup Dockerfiles *09cf0a8web: add env variables for configuring vp9 *3df32d9web: persist crontabs for letsencrypt *f748484jicofo: add enable-auto-login config option *96419baweb: remove no longer needed code *1835d65web: recreate interface_config.js on container restart *b555d41jicofo: fix boolean values in configuration file *6be198cmisc: remove quotation marks from TURN configuration (#1111) *407a98dmisc: working on latest
47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
version: '3'
|
|
|
|
services:
|
|
jibri:
|
|
image: jitsi/jibri:stable-6433
|
|
restart: ${RESTART_POLICY}
|
|
volumes:
|
|
- ${CONFIG}/jibri:/config:Z
|
|
- /dev/shm:/dev/shm
|
|
cap_add:
|
|
- SYS_ADMIN
|
|
- NET_BIND_SERVICE
|
|
devices:
|
|
- /dev/snd:/dev/snd
|
|
environment:
|
|
- CHROMIUM_FLAGS
|
|
- DISPLAY=:0
|
|
- ENABLE_STATS_D
|
|
- JIBRI_FFMPEG_AUDIO_SOURCE
|
|
- JIBRI_FFMPEG_AUDIO_DEVICE
|
|
- 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
|
|
- JIBRI_LOGS_DIR
|
|
- PUBLIC_URL
|
|
- TZ
|
|
- XMPP_AUTH_DOMAIN
|
|
- XMPP_DOMAIN
|
|
- XMPP_INTERNAL_MUC_DOMAIN
|
|
- XMPP_RECORDER_DOMAIN
|
|
- XMPP_SERVER
|
|
- XMPP_TRUST_ALL_CERTS
|
|
depends_on:
|
|
- jicofo
|
|
networks:
|
|
meet.jitsi:
|
|
|