Commit 08360215 authored by Michael Tarleton's avatar Michael Tarleton

Created Dockerfile for the logstash image build.

parent 3b8b9e26
......@@ -4,8 +4,9 @@ elasticsearch:
ports:
- "9200:9200"
- "9300:9300"
logstash:
image: logstash:latest
build: logstash/
command: logstash -f /etc/logstash/conf.d/logstash.conf
volumes:
- ./logstash/config:/etc/logstash/conf.d
......
FROM logstash:latest
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment