docker-jitsi-meet is a Docker Compose stack that deploys Jitsi Meet, a fully encrypted open-source video conferencing solution.
The project solves the problem of running a complete Jitsi Meet infrastructure by providing pre-built Docker images and a Docker Compose configuration that orchestrates all necessary services. Rather than building and configuring each component separately, users pull published images from the GitHub Container Registry and use the provided compose file to launch a working video conferencing stack. The approach bundles Jitsi's modular open-source projects into a containerized deployment model.
The tool suits organizations and individuals who want to self-host video conferencing without relying on third-party services. It works well for teams that have Docker infrastructure already in place and prefer to manage their own deployment. The project publishes both stable and unstable release tags, allowing users to choose between proven releases and the latest development builds. For Kubernetes deployments, the README directs users to a separate Jitsi on Kubernetes project rather than providing native Kubernetes support within this repository.
The project maintains both stable and unstable release channels, with stable releases tagged by version number and unstable releases published daily. Installation documentation is centralized in the Jitsi handbook rather than embedded in the repository itself. The tool is distributed through the GitHub Container Registry, making image pulls and updates straightforward for users already working in containerized environments.