Docker-jitsi-meet with hydrar fixes
  • Lua 57.9%
  • JavaScript 25.5%
  • Dockerfile 10%
  • Shell 5.1%
  • Makefile 1.5%
Find a file
Jonathan Lennox d115dca0f2
Some checks failed
CI Test Build / Lint (push) Has been cancelled
CI Test Build / build (push) Has been cancelled
Disable "mid" RTP header extension by default. (#2254)
2026-05-28 16:25:24 -04:00
.github/workflows Pin GitHub Actions to SHA hashes 2026-04-16 15:51:49 +02:00
base fix(base) bump tpl to 1.5.0 2026-03-20 13:58:39 +01:00
base-java java: use Java 17 2024-03-18 15:45:21 +01:00
examples examples: move to jitsi-contrib 2021-10-21 14:36:37 +02:00
jibri refactor(templates): wrap shell variables in conditions with double quotes 2026-02-12 20:13:33 +01:00
jicofo Disable "mid" RTP header extension by default. (#2254) 2026-05-28 16:25:24 -04:00
jigasi refactor(templates): wrap shell variables in conditions with double quotes 2026-02-12 20:13:33 +01:00
jvb refactor(templates): wrap shell variables in conditions with double quotes 2026-02-12 20:13:33 +01:00
log-analyser feat(rtcstats): add rtcstats support (#2116) 2026-03-16 23:34:22 +02:00
prometheus feat(prometheus): Docker Daemon scraping for monitoring (#1865) 2024-08-06 07:51:03 -05:00
prosody feat(prosody): add muc_resource_validate module support (#2248) 2026-04-21 13:41:33 -05:00
resources doc: update diagrams 2020-03-24 11:53:00 +01:00
rtcstats feat(rtcstats): add rtcstats support (#2116) 2026-03-16 23:34:22 +02:00
web feat(rtcstats): add rtcstats support (#2116) 2026-03-16 23:34:22 +02:00
.gitignore fix(release) use a portable sed invokation 2025-02-28 14:10:22 +01:00
CHANGELOG.md feat(ci) automate stable releases with GH actions 2025-02-28 12:57:10 +01:00
docker-compose.yml misc: working on unstable 2026-05-20 21:07:41 +00:00
env.example feat(rtcstats): add rtcstats support (#2116) 2026-03-16 23:34:22 +02:00
etherpad.yml fix(docker): fix Docker warnings 2026-01-07 14:01:22 +01:00
gen-passwords.sh feat(transcriber): transcriber password in env.example and gen-passwords.sh (#1894) 2024-08-30 15:05:14 -04:00
grafana.yml fix(docker): fix Docker warnings 2026-01-07 14:01:22 +01:00
jibri.yml misc: working on unstable 2026-05-20 21:07:41 +00:00
jigasi.yml misc: working on unstable 2026-05-20 21:07:41 +00:00
LICENSE misc: add LICENSE 2018-07-17 10:41:21 +02:00
log-analyser.yml fix(docker): fix Docker warnings 2026-01-07 14:01:22 +01:00
Makefile fix(build) fix local build 2025-02-03 10:18:26 +01:00
prometheus.yml feat(prometheus): Prometheus container and basic scraping configuration (#1838) 2024-07-03 12:20:28 -04:00
README.md doc: update README 2022-10-31 11:34:07 +01:00
release.sh refactor(templates): replace "! -z" with "-n" for better readability 2026-02-12 16:36:29 +01:00
rtcstats.yml feat(rtcstats): add rtcstats support (#2116) 2026-03-16 23:34:22 +02:00
transcriber.yml misc: working on unstable 2026-05-20 21:07:41 +00:00
whiteboard.yml chore: upgrade whiteboard version 2026-05-23 10:49:07 +02:00

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, for free — with no account needed.

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

All our images are published on DockerHub.

Supported architectures

Starting with stable-7439 the published images are available for amd64 and arm64.

Tags

These are the currently published tags for all our images:

Tag Description
stable Points to the latest stable release
stable-NNNN-X A stable release
unstable Points to the latest unstable release
unstable-YYYY-MM-DD Daily unstable release
latest Deprecated, no longer updated (will be removed)

Installation

The installation manual is available here.

Kubernetes

If you plan to install the jitsi-meet stack on a Kubernetes cluster you can find tools and tutorials in the project Jitsi on Kubernetes.

TODO

  • Builtin TURN server.