performance improvements + a good amount of changes
This commit is contained in:
parent
89a6d9a528
commit
0649a28a28
24 changed files with 2040744 additions and 70 deletions
19
benchmark/docker-compose.yaml
Normal file
19
benchmark/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