mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +00:00
Update compose
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user