forked from wazuh/wazuh-docker
First refactor commit
This commit is contained in:
+6
-5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user