Add checking into steps and container names

This commit is contained in:
Victor Carlos Erenu
2025-12-24 01:21:59 +07:00
parent 73c8b33bcd
commit 76122bd3b8
3 changed files with 102 additions and 37 deletions
+3
View File
@@ -3,6 +3,7 @@ services:
wazuh.manager:
image: wazuh/wazuh-manager:5.0.0
hostname: wazuh.manager
container_name: single-node-wazuh.manager
restart: always
ulimits:
memlock:
@@ -40,6 +41,7 @@ services:
wazuh.indexer:
image: wazuh/wazuh-indexer:5.0.0
hostname: wazuh.indexer
container_name: single-node-wazuh.indexer
restart: always
ports:
- "9200:9200"
@@ -70,6 +72,7 @@ services:
wazuh.dashboard:
image: wazuh/wazuh-dashboard:5.0.0
hostname: wazuh.dashboard
container_name: single-node-wazuh.dashboard
restart: always
ports:
- 443:443