UML Deploymentdiagram aktualisiert
parent
9bf6763246
commit
020c4a5c98
1 changed files with 4 additions and 5 deletions
|
@ -14,18 +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 1" {
|
node "Docker Container 1 (Compose)" {
|
||||||
node "Postgres Database Server " {
|
node "Postgres Database Server " {
|
||||||
artifact "User DB"
|
artifact "User DB"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
node "Docker Container 2" {
|
|
||||||
|
node "Docker Container 2 (Compose)" {
|
||||||
node "Redis/Cache" {
|
node "Redis/Cache" {
|
||||||
artifact "Cache DB"
|
artifact "Cache DB"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
node "LDAP Server\n(School LDAP)" {
|
node "LDAP Server\n(School LDAP)" {
|
||||||
|
|
Loading…
Add table
Reference in a new issue