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/app/integration/jitsi
2020-09-13 11:46:14 +02:00
..
jitsi-certs Refactor 2 2020-09-12 20:17:07 +02:00
01_gen_certs.yml Finally it seems to work 2020-09-13 11:46:14 +02:00
02_run.yml Finally it seems to work 2020-09-13 11:46:14 +02:00
dev.env Finally it seems to work 2020-09-13 11:46:14 +02:00
README.md Refactor 2 2020-09-12 20:17:07 +02:00

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

To push the stack on the docker registry:

docker-compose -f 02_run.yml push