Created
September 23, 2020 07:34
-
-
Save galtsev/b4e91c96c9eb573b4ffdcd1016e7a1f1 to your computer and use it in GitHub Desktop.
services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| graph G { | |
| MediaHost -- AWS_S3 | |
| Frontend -- Backend | |
| Backend -- {Queue, Postgres,AWS_S3} | |
| {Queue, AWS_S3} -- Recognizer | |
| Recognizer -- FingerprintDB | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment