2
0

Тайлбар байхгүй

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

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.