Skip to content

vmeeting-io/docker-jitsi-meet

 
 

Repository files navigation

Jitsi swarm mode

  • Create swarm cluster with 1 manager node. Worker nodes are for replicating jvb and jibri.
  • Pre-create pesistent storage folders
    sudo rm -rf ~/.jitsi-meet-cfg
    mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,jibri,mongo,influxdb,storage,grafana}
  • Deploy
    docker stack deploy --compose-file jitsi_swarm.yml jitsi
  • After deployment, goto https://{{ HOMEPAGE }}/admin/stats to have initital setup for grafana monitoring stack.

Jitsi Meet on Docker

Jitsi is a set of Open Source projects that allows you to easily build and deploy secure videoconferencing solutions.

Jitsi Meet is a fully encrypted, 100% Open Source video conferencing solution that you can use all day, every day — with no account needed.

This repository contains the necessary tools to run a Jitsi Meet stack on Docker using Docker Compose.

Installation

The installation manual is available here.

TODO

  • Support container replicas (where applicable).
  • TURN server.

Packages

No packages published

Languages

  • Lua 42.0%
  • JavaScript 41.1%
  • Shell 7.5%
  • Dockerfile 4.5%
  • HTML 2.1%
  • CSS 2.1%
  • Makefile 0.7%