Delete docker unused volumes and change user and password for healthcheck

This commit is contained in:
Victor Carlos Erenu
2026-03-17 01:41:56 +07:00
parent 950acfd2ed
commit 1346a10477
2 changed files with 4 additions and 7 deletions
+1 -2
View File
@@ -68,7 +68,7 @@ services:
soft: 65536
hard: 65536
healthcheck:
test: [ "CMD-SHELL", "curl -s -k -u $$INDEXER_USERNAME:$$INDEXER_PASSWORD https://localhost:9200/_cluster/health" ]
test: [ "CMD-SHELL", "curl -s -k -u test:test https://localhost:9200/_cluster/health" ]
interval: 10s
timeout: 5s
retries: 10
@@ -126,7 +126,6 @@ volumes:
wazuh_logs:
wazuh_queue:
wazuh_var_multigroups:
wazuh_active_response:
wazuh-indexer-data:
wazuh-dashboard-config:
wazuh-dashboard-custom: