chore: fix bug
This commit is contained in:
@@ -102,7 +102,6 @@ services:
|
||||
- ./wazuh/certs/root-ca-manager.pem:/etc/ssl/root-ca.pem
|
||||
- ./wazuh/certs/wazuh.manager.pem:/etc/ssl/filebeat.pem
|
||||
- ./wazuh/certs/wazuh.manager-key.pem:/etc/ssl/filebeat.key
|
||||
- crowdsec_logs:/var/log/crowdsec:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /usr/bin/docker:/usr/local/bin/docker:ro
|
||||
- ./wazuh/config/wazuh_manager/active-response:/wazuh-custom/active-response:ro
|
||||
@@ -171,40 +170,6 @@ services:
|
||||
networks:
|
||||
- monitoring_net
|
||||
|
||||
|
||||
# ─── CrowdSec LAPI ────────────────────────────────────────
|
||||
crowdsec:
|
||||
image: crowdsecurity/crowdsec:latest
|
||||
container_name: crowdsec
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
COLLECTIONS: "crowdsecurity/linux crowdsecurity/nginx crowdsecurity/sshd"
|
||||
GID: "0"
|
||||
volumes:
|
||||
- /var/log:/var/log/host:ro
|
||||
- nginx_logs:/var/log/nginx:ro
|
||||
- crowdsec_data:/var/lib/crowdsec/data
|
||||
- crowdsec_config:/etc/crowdsec
|
||||
- crowdsec_logs:/var/log/crowdsec
|
||||
ports:
|
||||
- "127.0.0.1:7777:8080"
|
||||
- "10.0.0.2:8081:8080"
|
||||
networks:
|
||||
- monitoring_net
|
||||
|
||||
# ─── CrowdSec Firewall Bouncer ────────────────────────────
|
||||
crowdsec-bouncer:
|
||||
image: ghcr.io/crowdsecurity/cs-firewall-bouncer:latest
|
||||
container_name: crowdsec-bouncer
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
volumes:
|
||||
- ./crowdsec/bouncer-monitoring.yaml:/etc/crowdsec/bouncers/crowdsec-firewall-bouncer.yaml:ro
|
||||
depends_on:
|
||||
- crowdsec
|
||||
networks:
|
||||
monitoring_net:
|
||||
driver: bridge
|
||||
@@ -226,7 +191,4 @@ volumes:
|
||||
beszel_data:
|
||||
clamav_data:
|
||||
clamav_logs:
|
||||
crowdsec_data:
|
||||
crowdsec_config:
|
||||
crowdsec_logs:
|
||||
uptime_kuma_data:
|
||||
|
||||
Reference in New Issue
Block a user