First refactor commit

This commit is contained in:
manuasir
2019-08-20 16:33:01 +02:00
parent 57e71d5545
commit 8f97d174f9
15 changed files with 440 additions and 253 deletions
+6 -5
View File
@@ -1,9 +1,9 @@
# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
# Wazuh Docker Copyright (C) 2019 Wazuh Inc. (License GPLv2)
version: '2'
services:
wazuh:
image: wazuh/wazuh:3.9.5_7.2.1
build: wazuh
hostname: wazuh-manager
restart: always
ports:
@@ -13,7 +13,7 @@ services:
- "55000:55000"
elasticsearch:
image: wazuh/wazuh-elasticsearch:3.9.5_7.2.1
build: elasticsearch
hostname: elasticsearch
restart: always
ports:
@@ -30,7 +30,7 @@ services:
mem_limit: 2g
kibana:
image: wazuh/wazuh-kibana:3.9.5_7.2.1
build: kibana
hostname: kibana
restart: always
depends_on:
@@ -38,8 +38,9 @@ services:
links:
- elasticsearch:elasticsearch
- wazuh:wazuh
nginx:
image: wazuh/wazuh-nginx:3.9.5_7.2.1
build: nginx
hostname: nginx
restart: always
environment: