mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Creates a new plugin to manage docker-compose based test fixtures. Convert the smb-fixture as a first example.
12 lines
167 B
YAML
12 lines
167 B
YAML
version: '3'
|
|
services:
|
|
fixture:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "389"
|
|
- "636"
|
|
- "3268"
|
|
- "3269"
|