Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Added config of docker-compose to test image
Browse files Browse the repository at this point in the history
  • Loading branch information
alxrem committed Jan 11, 2018
1 parent ec15e69 commit 90f6dbf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "3"
services:
logstash:
image: docker.elastic.co/logstash/logstash-oss:6.1.1
ports:
- "9600:9600"
exporter:
build: .
ports:
- "9304:9304"
command: ["-logstash.host", "logstash"]

0 comments on commit 90f6dbf

Please sign in to comment.