mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +00:00
Added OSS images to docker-compose
This commit is contained in:
@@ -3,7 +3,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
wazuh:
|
||||
build: wazuh
|
||||
image: wazuh/wazuh:3.9.3_7.2.0-oss
|
||||
hostname: wazuh-manager
|
||||
restart: always
|
||||
ports:
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- "55000:55000"
|
||||
|
||||
elasticsearch:
|
||||
build: elasticsearch
|
||||
image: wazuh/wazuh-elasticsearch:3.9.3_7.2.0-oss
|
||||
hostname: elasticsearch
|
||||
restart: always
|
||||
ports:
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
mem_limit: 2g
|
||||
|
||||
kibana:
|
||||
build: kibana
|
||||
image: wazuh/wazuh-kibana:3.9.3_7.2.0-oss
|
||||
hostname: kibana
|
||||
restart: always
|
||||
depends_on:
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
- elasticsearch:elasticsearch
|
||||
- wazuh:wazuh
|
||||
nginx:
|
||||
build: nginx
|
||||
image: wazuh/wazuh-nginx:3.9.3_7.2.0
|
||||
hostname: nginx
|
||||
restart: always
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user