Update compose

This commit is contained in:
Manuel Gutierrez
2020-08-19 16:19:27 +02:00
parent 09a6e9bc1d
commit 746cffc549

View File

@@ -33,8 +33,12 @@ services:
- "9200:9200"
environment:
- discovery.type=single-node
- cluster.name=wazuh-cluster
- network.host=0.0.0.0
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- bootstrap.memory_lock=true
volumes:
- ./elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
ulimits:
memlock:
soft: -1
@@ -45,6 +49,10 @@ services:
image: wazuh-kibana-opendistro
hostname: kibana
restart: always
environment:
- ELASTICSEARCH_USERNAME=admin
- ELASTICSEARCH_PASSWORD=SecretPass
- ELASTICSEARCH_KIBANA_IP="https://elasticsearch:9200"
depends_on:
- elasticsearch
links: