forked from wazuh/wazuh-docker
Update 4.2.1
This commit is contained in:
@@ -9,4 +9,5 @@ then
|
|||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
openssl req -x509 -batch -nodes -days 365 -newkey rsa:2048 -keyout key.pem -out cert.pem
|
openssl req -x509 -batch -nodes -days 365 -newkey rsa:2048 -keyout key.pem -out cert.pem
|
||||||
|
chown -R 1000:1000 .
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ services:
|
|||||||
context: wazuh-odfe/
|
context: wazuh-odfe/
|
||||||
args:
|
args:
|
||||||
- FILEBEAT_CHANNEL=filebeat
|
- FILEBEAT_CHANNEL=filebeat
|
||||||
- FILEBEAT_VERSION=7.10.2
|
- FILEBEAT_VERSION=7.11.2
|
||||||
image: wazuh/wazuh:4.2.1
|
image: wazuh/wazuh:4.2.1
|
||||||
hostname: wazuh-manager
|
hostname: wazuh-manager
|
||||||
restart: always
|
restart: always
|
||||||
@@ -42,7 +42,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.11.2
|
||||||
hostname: elasticsearch
|
hostname: elasticsearch
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@@ -79,7 +79,7 @@ services:
|
|||||||
- ./xpack/elasticsearch/elasticsearch.crt:/usr/share/elasticsearch/config/elasticsearch.crt
|
- ./xpack/elasticsearch/elasticsearch.crt:/usr/share/elasticsearch/config/elasticsearch.crt
|
||||||
|
|
||||||
elasticsearch2:
|
elasticsearch2:
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.11.2
|
||||||
hostname: elasticsearch2
|
hostname: elasticsearch2
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
@@ -114,7 +114,7 @@ services:
|
|||||||
- ./xpack/elasticsearch2/elasticsearch2.crt:/usr/share/elasticsearch/config/elasticsearch.crt
|
- ./xpack/elasticsearch2/elasticsearch2.crt:/usr/share/elasticsearch/config/elasticsearch.crt
|
||||||
|
|
||||||
elasticsearch3:
|
elasticsearch3:
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.11.2
|
||||||
hostname: elasticsearch3
|
hostname: elasticsearch3
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user