Bump version

This commit is contained in:
Manuel J. Bernal
2019-07-20 18:32:33 +02:00
parent d8c14e108c
commit 881a0abfa5
7 changed files with 21 additions and 26 deletions
+5 -15
View File
@@ -3,7 +3,7 @@ version: '2'
services:
wazuh:
image: wazuh/wazuh:3.9.2_7.1.1
image: wazuh/wazuh:3.9.3_7.2.0
hostname: wazuh-manager
restart: always
ports:
@@ -11,8 +11,9 @@ services:
- "1515:1515"
- "514:514/udp"
- "55000:55000"
elasticsearch:
build: elasticsearch
image: wazuh/wazuh-kibana:3.9.3_7.2.0
hostname: elasticsearch
restart: always
ports:
@@ -22,25 +23,14 @@ services:
- ELASTIC_CLUSTER=true
- CLUSTER_NODE_MASTER=true
- CLUSTER_MASTER_NODE_NAME=es01
es02:
build: elasticsearch
hostname: es02
restart: always
environment:
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
- ELASTIC_CLUSTER=true
- CLUSTER_MASTER_NODE_NAME=elasticsearch
- CLUSTER_NODE_NAME=es02
ulimits:
memlock:
soft: -1
hard: -1
mem_limit: 2g
kibana:
image: wazuh/wazuh-kibana:3.9.2_7.1.1
image: wazuh/wazuh-kibana:3.9.3_7.2.0
hostname: kibana
restart: always
depends_on:
@@ -49,7 +39,7 @@ services:
- elasticsearch:elasticsearch
- wazuh:wazuh
nginx:
image: wazuh/wazuh-nginx:3.9.2_7.1.1
image: wazuh/wazuh-nginx:3.9.3_7.2.0
hostname: nginx
restart: always
environment: