https://github.com/gautada/structurizr
A self-contained local copy of structurizr.
https://github.com/gautada/structurizr
code container design
Last synced: 2 months ago
JSON representation
A self-contained local copy of structurizr.
- Host: GitHub
- URL: https://github.com/gautada/structurizr
- Owner: gautada
- Created: 2024-03-27T16:46:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-06T23:42:59.000Z (6 months ago)
- Last Synced: 2026-02-28T00:22:58.089Z (4 months ago)
- Topics: code, container, design
- Language: Shell
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# structurizr
[structurizr](https://structurizr.com) builds upon "diagrams as code",
allowing you to create multiple software architecture diagrams from a single
model. There are a number of tools for creating Structurizr compatible
workspaces, with the Structurizr DSL being the recommended option for most
teams. This Structurizr DSL example creates two diagrams, based upon a single
set of elements and relationships
[GitHub](https://github.com/structurizr)
## Notes
- 2025-03-04 - Issue with Java/OpenJDK on Alpine and working on M-series
Macs. This image uses early-release of [OpenJDK](https://openjdk.org)
from [jdk.java.net](https://jdk.java.net) to handle the issue. Make sure to
provide a build argument for `JAVA_VERSION` to download the appropriate build.
- 2025-10-08 - Above issue resolved and moving back to Alpine Linux.