Skip to content

Commit 4b15eb1

Browse files
committed
OPS: add simple HTTP server to host the documentation
1 parent 0c2d670 commit 4b15eb1

12 files changed

+6
-9
lines changed

examples/diagrams/bmpn_order_pizza.svg

Lines changed: 1 addition & 5 deletions
Loading
File renamed without changes.
Binary file not shown.
79 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

ops/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ services:
4444
image: yuzutech/kroki-excalidraw
4545
ports:
4646
- "8004:8004"
47+
webserver:
48+
image: httpd:2.4-alpine
49+
ports:
50+
- "8099:80"

0 commit comments

Comments
 (0)