Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Mathias Haimerl
GoSurvey
Wiki
Architecture
Architecture
· Changes
Page history
Create Architecture
authored
May 19, 2021
by
Mathias Haimerl
Hide whitespace changes
Inline
Side-by-side
Architecture.md
0 → 100644
View page @
5df562fc
# Deployment
```
plantuml
@startuml
node docker {
component gosurvey {
}
component r-base {
}
component postgres {
}
database "shared filesystem" as fs {
}
}
@enduml
```
\ No newline at end of file