Add CrowdSec configuration and update docker-compose for integration

This commit is contained in:
Mohmmed Elfateh Sabry
2025-08-11 01:09:41 +03:00
parent fe90ceed2e
commit 9a39b12b11
3 changed files with 19 additions and 49 deletions

View File

@@ -204,6 +204,7 @@ services:
COLLECTIONS: "crowdsecurity/traefik crowdsecurity/linux"
volumes:
- crowdsec_data:/var/lib/crowdsec/data
- ./crowdsec/config.yaml:/etc/crowdsec/config.yaml:ro
- ./crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml:ro
- traefik_logs:/var/log/traefik:ro
networks: [traefik_proxy]