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
2020-04-27 19:02:00 +02:00
..
jitsi-certs Rework jitsi-xmpp to support cert gen 2020-03-22 18:01:54 +01:00
jitsi-conference-focus Upgrade jitsi 2020-04-26 23:07:01 +02:00
jitsi-front Fix front version 2020-04-27 19:02:00 +02:00
jitsi-videobridge Upgrade jitsi 2020-04-26 23:07:01 +02:00
jitsi-xmpp Add tags and hostname 2020-03-27 09:02:49 +01:00
01_gen_certs.yml Rework jitsi-xmpp to support cert gen 2020-03-22 18:01:54 +01:00
02_run.yml Fix front version 2020-04-27 19:02:00 +02:00
dev.env Upgrade jitsi 2020-04-26 23:07:01 +02:00
README.md Add tags and hostname 2020-03-27 09:02:49 +01: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