mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 14:05:27 +00:00
11 lines
189 B
YAML
11 lines
189 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
azure-fixture:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
volumes:
|
||
|
- ./testfixtures_shared/shared:/fixture/shared
|
||
|
ports:
|
||
|
- "8091"
|