forked from wazuh/wazuh-docker
User original ES image
This commit is contained in:
+8
-4
@@ -23,21 +23,24 @@ services:
|
|||||||
- ossec_wodles:/var/ossec/wodles
|
- ossec_wodles:/var/ossec/wodles
|
||||||
- filebeat_etc:/etc/filebeat
|
- filebeat_etc:/etc/filebeat
|
||||||
- filebeat_var:/var/lib/filebeat
|
- filebeat_var:/var/lib/filebeat
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
build: elasticsearch
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.6.2
|
||||||
hostname: elasticsearch
|
hostname: elasticsearch
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "9200:9200"
|
- "9200:9200"
|
||||||
|
- "9300:9300"
|
||||||
environment:
|
environment:
|
||||||
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
|
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
|
||||||
- ELASTIC_CLUSTER=true
|
- node.name=es01
|
||||||
- CLUSTER_NODE_MASTER=true
|
- node.master=true
|
||||||
- CLUSTER_MASTER_NODE_NAME=es01
|
- cluster.initial_master_nodes=es01
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
hard: -1
|
hard: -1
|
||||||
|
|
||||||
kibana:
|
kibana:
|
||||||
build: kibana
|
build: kibana
|
||||||
hostname: kibana
|
hostname: kibana
|
||||||
@@ -47,6 +50,7 @@ services:
|
|||||||
links:
|
links:
|
||||||
- elasticsearch:elasticsearch
|
- elasticsearch:elasticsearch
|
||||||
- wazuh:wazuh
|
- wazuh:wazuh
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:stable
|
image: nginx:stable
|
||||||
hostname: nginx
|
hostname: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user