Add support for appendices: landscape diagrams, tables, and images; implement Kroki URL configurability; enhance directive parsing logic.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
kroki:
|
||||
image: yuzutech/kroki
|
||||
environment:
|
||||
- KROKI_MERMAID_HOST=mermaid
|
||||
ports:
|
||||
- "8000:8000"
|
||||
depends_on:
|
||||
- mermaid
|
||||
|
||||
mermaid:
|
||||
image: yuzutech/kroki-mermaid
|
||||
expose:
|
||||
- "8002"
|
||||
Reference in New Issue
Block a user