29 lines
551 B
YAML
29 lines
551 B
YAML
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"
|