7cb470c3c6ea77380c4fd646bcdbe6d70fd9d3b8
My editor detected `.env` as shell script and thus automatically checked it with ShellCheck. I would propose to make it a valid shell script that complies with ShellCheck by default. To do this, we just need to disable https://github.com/koalaman/shellcheck/wiki/SC2034 because the variables are not used (in that file). When you search for "docker-compose .env shellcheck SC2034" it turns out that I am not the first one to do this :)
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.
Installation
The installation manual is available here.
TODO
- Support container replicas (where applicable).
- TURN server.
Description
Languages
Lua
57.6%
JavaScript
25.7%
Dockerfile
10.1%
Shell
5.1%
Makefile
1.5%
