Initial commit

This commit is contained in:
2016-06-04 23:43:26 +01:00
commit c6c3886f64
5 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: "2"
services:
elasticsearch:
container_name: elasticsearch
build: .
restart: always
network_mode: bridge
volumes:
- data:/usr/share/elasticsearch/data
ports:
- "127.0.0.1:9200:9200"
- "127.0.0.1:9300:9300"
volumes:
data:
driver: local