anthracite/benchmark/docker-compose.yaml
2023-10-16 14:36:17 -04:00

20 lines
328 B
YAML

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"