jitsi/docker-jitsi-meet

Jitsi Meet on Docker

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 42 minutes ago
Added to GitGenius on September 19th, 2026
Created on July 17th, 2018
Open Issues & Pull Requests: 13 (+0)
GitHub issues: Enabled
Number of forks: 1,580
Total Stargazers: 3,608 (+0)
Total Subscribers: 79 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.6 hours
Mean response time: 31.9 days
90th percentile: 15.5 days
Tracked items: 454

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 9% of issues opened in the past year have never received a reply. 96% of issues opened in the past year have since been closed. Three people close 69% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 35 days
Stale 30+ days: 2
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (331)
  • enhancement (3)
  • question (3)
  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

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.