-
Notifications
You must be signed in to change notification settings - Fork 0
/
Architecture.drawio
52 lines (52 loc) · 4.57 KB
/
Architecture.drawio
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" version="24.8.3">
<diagram name="Page-1" id="hxq5ix9QycI2WJUZ4pWj">
<mxGraphModel dx="827" dy="627" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="qK9kebG1Dncx5HqW-q1U-1" value="Host" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=30;" parent="1" vertex="1">
<mxGeometry x="40" y="40" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-16" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="40" y="80" width="720" height="240" as="geometry" />
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-3" value="<font style="font-size: 20px;">FastAPI App</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
<mxGeometry x="80" y="160" width="200" height="110" as="geometry" />
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-4" value="<font style="font-size: 20px;">Posgres DB<br></font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
<mxGeometry x="520" y="160" width="200" height="110" as="geometry" />
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-6" value="<div align="left">container: employee_db</div><div align="left">port: 5432</div>" style="text;html=1;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=15;" parent="1" vertex="1">
<mxGeometry x="520" y="120" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-5" value="<div style="font-size: 15px;" align="left"><font style="font-size: 15px;">container: employee_app</font></div><div style="font-size: 15px;" align="left"><font style="font-size: 15px;">port: 8000</font></div>" style="text;html=1;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="80" y="120" width="200" height="30" as="geometry" />
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-12" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;dashed=1;strokeColor=#6c8ebf;" parent="1" vertex="1">
<mxGeometry x="290" y="160" width="220" height="120" as="geometry" />
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-8" value="" style="endArrow=classic;html=1;rounded=0;strokeWidth=3;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="300" y="200" as="sourcePoint" />
<mxPoint x="500" y="200" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-9" value="" style="endArrow=classic;html=1;rounded=0;strokeWidth=3;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="500" y="240" as="sourcePoint" />
<mxPoint x="300" y="240" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-10" value="<font style="font-size: 15px;">Request</font>" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="370" y="160" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-11" value="<font style="font-size: 15px;">Response<br></font>" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="365" y="250" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="qK9kebG1Dncx5HqW-q1U-13" value="<font style="font-size: 15px;">network: app-network</font>" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="290" y="120" width="150" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>