21 lines
447 B
YAML
21 lines
447 B
YAML
|
# This should test the environment with the latest snapshots
|
||
|
# This is based on base.yml
|
||
|
|
||
|
version: '2'
|
||
|
services:
|
||
|
elasticsearch:
|
||
|
build:
|
||
|
context: ./docker/elasticsearch
|
||
|
dockerfile: Dockerfile-2.3.3
|
||
|
command: elasticsearch -Des.network.host=0.0.0.0
|
||
|
|
||
|
logstash:
|
||
|
build:
|
||
|
context: ./docker/logstash
|
||
|
dockerfile: Dockerfile-2.3.2
|
||
|
|
||
|
kibana:
|
||
|
build:
|
||
|
context: ./docker/kibana
|
||
|
dockerfile: Dockerfile-4.5.1
|