Rework tooling to use Docker and Structurizr #2

Merged
stephan.weissenberger merged 4 commits from :main into main 2025-05-13 12:51:21 +00:00
3 changed files with 0 additions and 35 deletions
Showing only changes of commit 2a8297a21d - Show all commits

View file

@ -1,9 +0,0 @@
system: The whole system
externalSystemOne: External System
externalSystemOne.shape: cloud
externalSystemTwo: External System
externalSystemOne -> System
system -> externalSystemTwo: updates some records

View file

@ -1,9 +0,0 @@
system: The whole system
externalSystemOne: External System
externalSystemOne.shape: cloud
externalSystemTwo: External System
externalSystemOne -> System: https
system -> externalSystemTwo: https

View file

@ -1,17 +0,0 @@
system: The whole system {
componentOne: Component One
componentTwo: Component Two {
subComponent: Sub Component
}
}
externalSystemOne: External System
externalSystemOne.shape: cloud
externalSystemTwo: External System
system.componentOne -> externalSystemTwo
externalSystemOne -> system
system.componentOne -> system.componentTwo