Skip to content
Extraits de code Groupes Projets
Valider 4a5c6bf2 rédigé par Guillaume S's avatar Guillaume S
Parcourir les fichiers

update diagram

parent fd0391be
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!1Dev
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
## Architecture ## Architecture
```mermaid ```mermaid
%%{ init : { "flowchart" : { "curve" : "stepAfter" }}}%%
flowchart BT; flowchart BT;
subgraph Containers subgraph Containers
B(Backend FastAPI<br>:8000) B(Backend FastAPI<br>:8000)
...@@ -14,19 +12,18 @@ subgraph Containers ...@@ -14,19 +12,18 @@ subgraph Containers
R[(Redis Cache<br>:6379)] R[(Redis Cache<br>:6379)]
N[(Neo4j Graph Database<br>:7474<br>:7687)] N[(Neo4j Graph Database<br>:7474<br>:7687)]
end end
VF---F
B---F B---F
B---R B---R
B---N B---N
subgraph Volumes subgraph Volumes
VB[Volume Backend Code] VB[Volume Backend Code]
VF[Volume Frontend Code] VF[Volume Frontend Code]
VN[Volume Neo4j data] VN[Volume Neo4j Data]
end end
VB---B VB---B
VF---F
VN---N VN---N
``` ```
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter