UML Deploymentdiagram aktualisiert
parent
ac29927500
commit
6313f38e48
1 changed files with 5 additions and 2 deletions
|
@ -14,14 +14,17 @@ node "Web Server\n(Vite + Vue)" {
|
||||||
|
|
||||||
node "API Server\n(Rust Backend)" {
|
node "API Server\n(Rust Backend)" {
|
||||||
artifact "Rust REST API"
|
artifact "Rust REST API"
|
||||||
node "Docker Container" {
|
node "Docker Container 1" {
|
||||||
node "Postgres Database Server " {
|
node "Postgres Database Server " {
|
||||||
artifact "User DB"
|
artifact "User DB"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
node "Docker Container 2" {
|
||||||
node "Redis/Cache" {
|
node "Redis/Cache" {
|
||||||
artifact "Cache DB"
|
artifact "Cache DB"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,4 +39,4 @@ node "LDAP Server\n(School LDAP)" {
|
||||||
"Rust REST API" --> "LDAP Directory" : LDAP Authentication
|
"Rust REST API" --> "LDAP Directory" : LDAP Authentication
|
||||||
|
|
||||||
' Role-based flow
|
' Role-based flow
|
||||||
@endumlWillkommen im Wiki.
|
@enduml
|
Loading…
Add table
Reference in a new issue