Skip to content

Commit

Permalink
Add mem_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Feb 26, 2021
1 parent 2e94fba commit 8f4cbfa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/smoke/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
version: "2.1"

services:
kroki:
Expand All @@ -15,25 +15,30 @@ services:
- KROKI_MERMAID_HOST=mermaid
- KROKI_BPMN_HOST=bpmn
- KROKI_EXCALIDRAW_HOST=excalidraw
mem_limit: 1792M
ports:
- "8000:8000"

blockdiag:
build: ../../blockdiag
mem_limit: 512M
ports:
- "8001:8001"

mermaid:
build: ../../mermaid
mem_limit: 768M
ports:
- "8002:8002"

bpmn:
build: ../../bpmn
mem_limit: 512M
ports:
- "8003:8003"

excalidraw:
build: ../../excalidraw
mem_limit: 512M
ports:
- "8004:8004"

0 comments on commit 8f4cbfa

Please sign in to comment.