Skip to content

Commit

Permalink
Add a near empty docker-compose.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
sayden committed Nov 26, 2018
1 parent d7eda29 commit 213fe31
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions x-pack/metricbeat/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '2.1'
services:
beat:
build: ../../metricbeat
environment:
- TEST_ENVIRONMENT=false
working_dir: /go/src/github.com/elastic/beats/x-pack/metricbeat
volumes:
- ${PWD}/../..:/go/src/github.com/elastic/beats/
- /var/run/docker.sock:/var/run/docker.sock
command: make
env_file:
- ./module/mssql/_meta/env

This comment has been minimized.

Copy link
@andrewkroh

andrewkroh Nov 26, 2018

Member

That file won't exist so remove env_file for now.

This comment has been minimized.

Copy link
@sayden

sayden Nov 28, 2018

Author Contributor

Thank you for addressing this by yourself finally :)

0 comments on commit 213fe31

Please sign in to comment.