Skip to content

Commit

Permalink
test: add docker-compose file for local kroki service
Browse files Browse the repository at this point in the history
  • Loading branch information
oniboni committed Jul 26, 2024
1 parent 34e42df commit 9246e4d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
services:
kroki:
image: docker.io/yuzutech/kroki
depends_on:
- mermaid
- bpmn
- excalidraw
environment:
- KROKI_MERMAID_HOST=mermaid
- KROKI_BPMN_HOST=bpmn
- KROKI_EXCALIDRAW_HOST=excalidraw
ports:
- "127.0.0.1:8080:8000"
mermaid:
image: docker.io/yuzutech/kroki-mermaid
bpmn:
image: docker.io/yuzutech/kroki-bpmn
excalidraw:
image: docker.io/yuzutech/kroki-excalidraw

0 comments on commit 9246e4d

Please sign in to comment.