arc42.tooling/docker-compose.yml

21 lines
408 B
YAML

services:
serve-docs:
image: nginx:alpine
ports:
- "8080:80"
volumes:
- ./output/html5:/usr/share/nginx/html
serve-c4:
image: structurizr/lite:latest
ports:
- "8081:8080"
volumes:
- .:/usr/local/structurizr
environment:
- STRUCTURIZR_WORKSPACE_PATH=src/diagrams/c4
serve-kroki:
image: yuzutech/kroki:latest
ports:
- "8000:8000"