structurizr / lite

Structurizr Lite
https://docs.structurizr.com/lite
MIT License
232 stars 28 forks source link

Documentation suggestion for Lite #1

Closed Martin-Narvar closed 2 years ago

Martin-Narvar commented 2 years ago

I ran Structurizr Lite using Docker compose. I share my docker-compose.yaml here in case anyone else finds it useful.

version: '3'
services:
  structurizr:
    container_name: system-architecture-structurizr
    image: structurizr/lite
    ports:
      - "8080:8080"
    volumes:
      - "./src:/usr/local/structurizr:rw"
simonbrowndotje commented 2 years ago

Thanks, I've added this to the docs.