Update Security_Containers/crowdsec/compose.yaml

This commit is contained in:
2026-05-15 03:28:15 +00:00
parent 46b25ecbac
commit fd79cf1d27
+2 -1
View File
@@ -9,11 +9,12 @@ services:
COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik crowdsecurity/http-cve crowdsecurity/whitelist-good-actors"
volumes:
- ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro
- ./postoverflows/:/etc/crowdsec/postoverflows/:ro
- /srv/docker/crowdsec/crowdsec-config:/etc/crowdsec/:ro
- /srv/docker/crowdsec/crowdsec-config/config.yaml:/etc/crowdsec/config.yaml:rw
- /srv/docker/crowdsec/crowdsec-config/console.yaml:/etc/crowdsec/console.yaml:rw
- /srv/docker/crowdsec/crowdsec-config/online_api_credentials.yaml:/etc/crowdsec/online_api_credentials.yaml:rw
- /srv/docker/crowdsec/crowdsec-config/local_api_credentials.yaml:/etc/crowdsec/local_api_credentials.yaml:rw
- ./postoverflows/:/etc/crowdsec/postoverflows/:ro
- /srv/docker/crowdsec/crowdsec-db:/var/lib/crowdsec/data/
- traefik_traefik-logs:/var/log/traefik/:ro
labels: