aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-03-27 09:03:39 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-03-27 09:03:39 +0100
commitfd6e6aa1413602fc11bf79f7cf08120d996b8b3a (patch)
tree5e3b2e7f6ad788ef8a0f785056400442bb4d1cc7 /docker/jitsi/README.md
parent08101b82621457195c9a080237913d2c5a30208e (diff)
parenta95017cf1e1761fef1ec029105d1c25f954741d4 (diff)
downloadinfrastructure-fd6e6aa1413602fc11bf79f7cf08120d996b8b3a.tar.gz
infrastructure-fd6e6aa1413602fc11bf79f7cf08120d996b8b3a.zip
Merge branch 'feature/jitsi'
Diffstat (limited to 'docker/jitsi/README.md')
-rw-r--r--docker/jitsi/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/docker/jitsi/README.md b/docker/jitsi/README.md
new file mode 100644
index 0000000..70b59fc
--- /dev/null
+++ b/docker/jitsi/README.md
@@ -0,0 +1,26 @@
+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
+```