forked from wazuh/wazuh-docker
Bump docker-compose version
This commit is contained in:
+5
-5
@@ -3,7 +3,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
wazuh:
|
wazuh:
|
||||||
build: wazuh
|
image: wazuh/wazuh:3.13.1_7.8.0
|
||||||
hostname: wazuh-manager
|
hostname: wazuh-manager
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@@ -13,7 +13,7 @@ services:
|
|||||||
- "55000:55000"
|
- "55000:55000"
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
build: elasticsearch
|
image: wazuh/wazuh-elasticsearch:3.13.1_7.8.0
|
||||||
hostname: elasticsearch
|
hostname: elasticsearch
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
mem_limit: 2g
|
mem_limit: 2g
|
||||||
|
|
||||||
kibana:
|
kibana:
|
||||||
build: kibana
|
image: wazuh/wazuh-kibana:3.13.1_7.8.0
|
||||||
hostname: kibana
|
hostname: kibana
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -40,7 +40,7 @@ services:
|
|||||||
- wazuh:wazuh
|
- wazuh:wazuh
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
build: nginx
|
image: wazuh/wazuh-nginx:3.13.1_7.8.0
|
||||||
hostname: nginx
|
hostname: nginx
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
@@ -52,4 +52,4 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- kibana
|
- kibana
|
||||||
links:
|
links:
|
||||||
- kibana:kibana
|
- kibana:kibana
|
||||||
Reference in New Issue
Block a user