OpenSearch/test/fixtures/azure-fixture/docker-compose.yml

20 lines
362 B
YAML
Raw Normal View History

version: '3'
services:
azure-fixture:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./testfixtures_shared/shared:/fixture/shared
ports:
- "8091"
azure-fixture-other:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./testfixtures_shared/shared:/fixture/shared
ports:
- "8091"