forked from Deuxfleurs/infrastructure
.. | ||
jitsi-certs | ||
jitsi-conference-focus | ||
jitsi-front | ||
jitsi-videobridge | ||
jitsi-xmpp | ||
01_gen_certs.yml | ||
02_run.yml | ||
dev.env | ||
README.md |
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