Lowfer is a simple tool that helps software engineers and architects document, discuss & analyse software design and architecture.
You can use Lowfer locally in your browser at http://localhost:8080 using Docker only:
docker run \
-e ARCHITECTURES_REPOSITORY_URI=https://github.com/mbouchenoire/lowfer.git \
-e ARCHITECTURES_REPOSITORY_BRANCH=master \
-e ARCHITECTURES_REPOSITORY_PATH=src/test/resources/architectures/demo \
-p 8080:8080 \
mbouchenoire/lowfer:latest