This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/docker/jitsi/README.md

327 B

This installation is inspired by: https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md

To build images:

docker-compose -f 02_run.yml build

To gen the certs:

docker-compose -f 01_gen_certs.yml up --force-recreate

To run the stack:

docker-compose -f 02_run.yml up --force-recreate