infrastructure/app_integration/jitsi
2020-09-12 10:03:48 +02:00
..
jitsi-certs Rebase first step 2020-09-12 10:03:48 +02:00
01_gen_certs.yml Rebase first step 2020-09-12 10:03:48 +02:00
02_run.yml Rebase first step 2020-09-12 10:03:48 +02:00
dev.env Rebase first step 2020-09-12 10:03:48 +02:00
README.md Rebase first step 2020-09-12 10:03:48 +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