2019-10-31 05:43:43 -04:00
|
|
|
version: '3'
|
|
|
|
services:
|
|
|
|
azure-fixture:
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
volumes:
|
|
|
|
- ./testfixtures_shared/shared:/fixture/shared
|
|
|
|
ports:
|
|
|
|
- "8091"
|
2020-04-07 07:28:53 -04:00
|
|
|
|
|
|
|
azure-fixture-other:
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
volumes:
|
|
|
|
- ./testfixtures_shared/shared:/fixture/shared
|
|
|
|
ports:
|
|
|
|
- "8091"
|
2020-09-08 08:01:04 -04:00
|
|
|
|
|
|
|
azure-fixture-repositories-metering:
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
volumes:
|
|
|
|
- ./testfixtures_shared/shared:/fixture/shared
|
|
|
|
ports:
|
|
|
|
- "8091"
|