version 0.2.0
This commit is contained in:
parent
d19c4efad3
commit
3dddee43f7
32 changed files with 243 additions and 1020337 deletions
19
benchmarks/load_test/docker-compose.yaml
Normal file
19
benchmarks/load_test/docker-compose.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
services:
|
||||
anthracite:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: anthracite.Dockerfile
|
||||
ports:
|
||||
- "8081:80"
|
||||
nginx:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: nginx.Dockerfile
|
||||
ports:
|
||||
- "8082:80"
|
||||
apache:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: apache.Dockerfile
|
||||
ports:
|
||||
- "8083:80"
|
Loading…
Add table
Add a link
Reference in a new issue