Skip to content
Snippets Groups Projects
Commit e22375db authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Update vaatimusmaaritely-tiivis.md

parent 09982014
No related branches found
No related tags found
No related merge requests found
Pipeline #403632 failed
......@@ -264,6 +264,10 @@ kuvauksen avulla voi esittää miten palvelu on tarkoitus toteuttaa käytännös
@startuml
actor Asiakas
Node "Client_Host" as WIN10{
node "Browser"{}
}
cloud "Network" as net{
queue "https"{
}
......@@ -278,7 +282,8 @@ database "MariaDB_Container" {
}
}
Asiakas -- https
Asiakas -- Client_Host
Browser -- https
https -- Frontend_Container
Frontend_Container -- Backend_Container
Backend_Container -- MariaDB_Container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment