chore: update monitoring docker-compose
This commit is contained in:
@@ -129,25 +129,6 @@ services:
|
||||
networks:
|
||||
- monitoring_net
|
||||
|
||||
# ─── CrowdSec ─────────────────────────────────────────────
|
||||
crowdsec:
|
||||
image: crowdsecurity/crowdsec:latest
|
||||
container_name: crowdsec
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
GID: "1000"
|
||||
COLLECTIONS: "crowdsecurity/nginx crowdsecurity/linux crowdsecurity/sshd"
|
||||
volumes:
|
||||
- ./crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml
|
||||
- crowdsec_db:/var/lib/crowdsec/data
|
||||
- crowdsec_config:/etc/crowdsec
|
||||
- /var/log/auth.log:/var/log/auth.log:ro
|
||||
- /var/log/syslog:/var/log/syslog:ro
|
||||
- nginx_logs:/var/log/nginx:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
networks:
|
||||
- monitoring_net
|
||||
|
||||
networks:
|
||||
monitoring_net:
|
||||
driver: bridge
|
||||
@@ -166,8 +147,4 @@ volumes:
|
||||
filebeat_etc:
|
||||
filebeat_var:
|
||||
wazuh_indexer_data:
|
||||
# CrowdSec
|
||||
crowdsec_db:
|
||||
crowdsec_config:
|
||||
# Partagé entre nginx et crowdsec
|
||||
nginx_logs:
|
||||
|
||||
Reference in New Issue
Block a user