mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
17 lines
229 B
Markdown
17 lines
229 B
Markdown
GET /mem
|
|
GET /cpu
|
|
|
|
cpu-node:
|
|
build: .
|
|
environment:
|
|
- TYPE=node
|
|
ports:
|
|
- "8003:8000"
|
|
cpu-artillery:
|
|
build: .
|
|
environment:
|
|
- TYPE=artillery
|
|
- MODE=cpu
|
|
depends_on:
|
|
- cpu-node
|