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

29 lines
551 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"
azure-fixture-repositories-metering:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./testfixtures_shared/shared:/fixture/shared
ports:
- "8091"