docker/dev/docker-compose-no-logstash.yml
# Prevents Eleasticsearch, Logstash, and Kibana images from running in local
# Development mode.
# To use this you must edit your .env file and change `COMPOSE_FILE` var
# to include `docker/dev/docker-compose-no-logstash.yml`
# We Stole this workaround from from a related github issue:
# https://github.com/docker/compose/issues/3729#issuecomment-438077575
version: '3'
services:
elasticsearch:
image: hello-world
kibana:
image: hello-world