added and updated some docker files

changed elasticsearch image to the original elastic one
This commit is contained in:
Tobias Kessels
2018-08-09 21:29:01 +02:00
parent c5e9ddb08b
commit 5636db4ffb
3 changed files with 49 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
version: '2'
version: '2.2'
services:
elasticsearch:
image:
elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:6.3.2
container_name: elasticsearch
hostname: elasticsearch
restart: unless-stopped
ports:
- "9200:9200"
- "9300:9300"
- "10.1.0.10:9200:9200"
- "10.1.0.10:9300:9300"
volumes:
- elastic-data:/usr/share/elasticsearch/data
environment:
@@ -25,8 +25,9 @@ services:
image:
kibana
hostname: kibana
restart: unless-stopped
ports:
- "5601:5601"
- "10.1.0.10:5601:5601"
networks:
- elk
depends_on: