mirror of
https://github.com/gbrigandi/mcp-server-wazuh.git
synced 2025-12-26 14:37:44 -06:00
* Ported code to RMCP
* Implemented unit and e2e testing * Other fixes and enhancements
This commit is contained in:
15
docker/docker-compose.yml
Normal file
15
docker/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
mcp-server:
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- WAZUH_HOST=${WAZUH_HOST:-localhost}
|
||||
- WAZUH_PORT=${WAZUH_PORT:-55000}
|
||||
- WAZUH_USER=${WAZUH_USER:-admin}
|
||||
- WAZUH_PASS=${WAZUH_PASS:-admin}
|
||||
- VERIFY_SSL=${VERIFY_SSL:-false}
|
||||
- MCP_SERVER_PORT=${MCP_SERVER_PORT:-8000}
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user