forked from chayxana/Restaurant-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
diagram.txt
25 lines (25 loc) · 1.18 KB
/
diagram.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Docker containers
---------------------------
| Reverse Proxy |
| ----------------------- |
-------- | | ---------------- | |
| Mobile | ---------|-> | IdendityServer | | |
-------- | | | Port: 5000 | | |
| | | ---------------- | |
| | | | | |
| | | ---------------- | |
---------------|-> | API | | |
| | | Port: 5001 | | |
| | ---------------- | |
| ----------------------- |
| |
| ---------------- |
| | PostgreSQL | |
| | Port: 5432 | |
| ----------------
| |
| -----------------
| | |
| | |
| -----------------
---------------------------