Browse Source

doc: add diagram

Saúl Ibarra Corretgé 7 years ago
parent
commit
93b446f6f4
2 changed files with 6 additions and 2 deletions
  1. 6 2
      README.md
  2. BIN
      resources/docker-jitsi-meet.png

+ 6 - 2
README.md

@@ -30,11 +30,15 @@ A Jitsi Meet installation can be broken down into the following components:
 * A conference focus component
 * A conference focus component
 * A video router (could be more than one)
 * A video router (could be more than one)
 
 
+![](resources/docker-jitsi-meet.png)
+
+The diagram shows a typical deployment in a host running Docker, with a separate container
+(not included in this project) which acts as a reverse proxy and SSL terminator, then
+passing the traffic to the web container serving Jitsi Meet.
+
 This project separates each of the components above into interlinked containers. To this end,
 This project separates each of the components above into interlinked containers. To this end,
 several container images are provided.
 several container images are provided.
 
 
-TODO: image.
-
 ### Images
 ### Images
 
 
 * **base**: Debian stable base image with the [S6 Overlay] for process control and the
 * **base**: Debian stable base image with the [S6 Overlay] for process control and the

BIN
resources/docker-jitsi-meet.png