Bring up logstash as part of the development cluster

This commit is contained in:
Matthew Jones 2017-03-21 10:39:40 -04:00
parent 301a088922
commit eb2e7c38b0

View File

@ -67,3 +67,7 @@ services:
image: postgres:9.4.1
memcached:
image: memcached:alpine
logstash:
build:
context: ./docker-compose
dockerfile: Dockerfile-logstash