logseq-publish-excalidraw-t.../docker-compose.yml

16 lines
297 B
YAML
Raw Normal View History

2023-10-13 21:12:11 +00:00
version: "3"
services:
kroki:
image: yuzutech/kroki
depends_on:
- excalidraw
environment:
- KROKI_EXCALIDRAW_HOST=excalidraw
2023-10-20 00:39:20 +00:00
- KROKI_MAX_URI_LENGTH=1048576
2023-10-13 21:12:11 +00:00
ports:
- "8080:8000"
excalidraw:
image: yuzutech/kroki-excalidraw
expose:
2023-10-20 00:39:20 +00:00
- "8004"