Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opf-2021-ttc2070-core-template-v1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jamkit
project-templates
opf-2021-ttc2070-core-template-v1
Commits
4a931434
Commit
4a931434
authored
3 years ago
by
Marko Rintamäki
Browse files
Options
Downloads
Patches
Plain Diff
Update application-architecture.md
parent
a5a36bf7
No related branches found
No related tags found
No related merge requests found
Pipeline
#438887
passed
3 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/30-Architecture-and-design/application-architecture.md
+36
-0
36 additions, 0 deletions
docs/30-Architecture-and-design/application-architecture.md
with
36 additions
and
0 deletions
docs/30-Architecture-and-design/application-architecture.md
+
36
−
0
View file @
4a931434
...
...
@@ -23,6 +23,42 @@ Responsible person
*
Introduction to the document ..
```
plantuml
@startuml
actor User
node "Client_Host" as WIN10{
node "Browser"{
}
}
cloud "Network" as net{
queue "https"{
}
}
node "Uno Server / Ubuntu 20.04" as AWS{
node "Frontend_Container"{
}
node "Backend_Container" {
}
database "MariaDB_Container" {
}
node "Logger_Container" {
}
}
User -- Browser
Browser -- https
https -- Frontend_Container
Frontend_Container -- Backend_Container
Backend_Container -- MariaDB_Container
Logger_Container -- Frontend_Container
Logger_Container -- Backend_Container
Logger_Container -- MariaDB_Container
@enduml
```
## Overview
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment