Aucune description

Saúl Ibarra Corretgé a83c83245c doc: add initial README and sample environment files il y a 7 ans
base eef8dfb1ba build: add extra makefiles il y a 7 ans
base-java eef8dfb1ba build: add extra makefiles il y a 7 ans
jicofo 467a149cbb Initial import il y a 7 ans
jvb 602dd94bff jvb: add missing procps dependency il y a 7 ans
prosody 467a149cbb Initial import il y a 7 ans
web c6cc67b68d Use an unaltered config.js file il y a 7 ans
.gitignore ee08da5640 Add .gitignore il y a 7 ans
Makefile eef8dfb1ba build: add extra makefiles il y a 7 ans
README.md a83c83245c doc: add initial README and sample environment files il y a 7 ans
docker-compose.yml 467a149cbb Initial import il y a 7 ans
env.example a83c83245c doc: add initial README and sample environment files il y a 7 ans

README.md

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 videoconferencing 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.

NOTE: This is experimental (at the moment) and running on Swarm mode is not yet supported.

Quick start

In order to quickly run Jitsi Meet on a machine running Docker and Docker Compose, follow these steps:

  • Create a .env file by copying and adjusting env.example.
  • Run docker-compose up -d.
  • Access the web UI at https://localhost:8443 (or a different port, in case you edited the compose file yourself.