Add wazuh agent image build and deploy

This commit is contained in:
vcerenu
2025-05-07 12:37:52 -03:00
parent 5d272abb51
commit 7f51efa287
8 changed files with 404 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
version: '3.7'
services:
wazuh.agent:
image: wazuh/wazuh-agent:4.10.1
restart: always
environment:
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>
volumes:
- ./config/wazuh-agent-conf:/wazuh-config-mount/etc/ossec.conf