https://github.com/falleng0d/structurizr-compose
A simple template for local architecture diagramming and documentation with structurizr
https://github.com/falleng0d/structurizr-compose
diagramming systems-design
Last synced: about 2 months ago
JSON representation
A simple template for local architecture diagramming and documentation with structurizr
- Host: GitHub
- URL: https://github.com/falleng0d/structurizr-compose
- Owner: falleng0d
- Created: 2022-09-19T23:14:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T23:23:05.000Z (about 3 years ago)
- Last Synced: 2025-07-12T12:40:00.223Z (3 months ago)
- Topics: diagramming, systems-design
- Language: Makefile
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Structurizr-compose
## A simple template for local architecture diagramming and documentation with structurizr
```docker-compose up```
Login on http://localhost:8080/ with username: ```structurizr``` and password: ```password```
Get and fill your KEY and SECRET on Makefile from the web interface
```make pull``` to pull the workspace from structurizr
```make push``` to push the workspace to structurizr
```make export``` to convert the pulled workspace into a editable structurizr
dsl file### See docs for help
[structurizr-on-premises](https://structurizr.com/help/on-premises/getting-started)
[structurizr-cli](https://github.com/structurizr/cli)