Fără Descriere

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

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.