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 @@
## Architecture
```mermaid
%%{ init : { "flowchart" : { "curve" : "stepAfter" }}}%%
flowchart BT;
subgraph Containers
B(Backend FastAPI<br>:8000)
......@@ -14,19 +12,18 @@ subgraph Containers
R[(Redis Cache<br>:6379)]
N[(Neo4j Graph Database<br>:7474<br>:7687)]
end
VF---F
B---F
B---R
B---N
subgraph Volumes
VB[Volume Backend Code]
VF[Volume Frontend Code]
VN[Volume Neo4j data]
VN[Volume Neo4j Data]
end
VB---B
VF---F
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