*9bc262aprosody: fix building unstable images *0cbe0d9web: add a env variable to enable/disable deep linking *b22421bmisc: publish nightly unstable images *78699feweb: allow to configure shard name using env variable *a6853efjvb: add octo configuration options *d6fac8ejicofo: disable octo by default *1fa5048doc: add link to Kubernetes setup *e1cebccweb,jvb: add ability to disable web sockets for colibri *6c4dce1jicofo: fix ENABLE_SCTP type *953a4d2jicofo: use a client proxy connection *d27336bweb: always try to renew cert on container boot *73acbadweb: remove deprecated config option *cb4d941web: removed duplicate host headers *ec570bak8s: fix PodSecurityPolicy *c4fc3d3web: make a custom interface config possible *b45b505web: always install acme.sh when container starts *94ca16detherpad: remove quotes from all env vars *c89ccc9jicofo: reintroduce shibboleth auth *a6486b4examples: update traefik v2 example *f4ec023misc: working on latest
37 lines
942 B
YAML
37 lines
942 B
YAML
version: '3'
|
|
|
|
services:
|
|
jibri:
|
|
image: jitsi/jibri:stable-5765
|
|
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:
|
|
- XMPP_AUTH_DOMAIN
|
|
- XMPP_INTERNAL_MUC_DOMAIN
|
|
- XMPP_RECORDER_DOMAIN
|
|
- XMPP_SERVER
|
|
- XMPP_DOMAIN
|
|
- 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
|
|
- DISPLAY=:0
|
|
- TZ
|
|
depends_on:
|
|
- jicofo
|
|
networks:
|
|
meet.jitsi:
|
|
|