From 092331824caa6fce3c12d79c5461c62b88581a47 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 03:29:17 +0000 Subject: [PATCH] Update Security_Containers/crowdsec/compose.yaml --- Security_Containers/crowdsec/compose.yaml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/Security_Containers/crowdsec/compose.yaml b/Security_Containers/crowdsec/compose.yaml index f9263cc..6910cd9 100644 --- a/Security_Containers/crowdsec/compose.yaml +++ b/Security_Containers/crowdsec/compose.yaml @@ -9,10 +9,10 @@ services: COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik" volumes: - ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro + - /srv/docker/crowdsec/crowdsec-db:/var/lib/crowdsec/data/ - /srv/docker/crowdsec/crowdsec-config:/etc/crowdsec/:ro - /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 - - /srv/docker/crowdsec/crowdsec-db:/var/lib/crowdsec/data/ - traefik_traefik-logs:/var/log/traefik/:ro labels: - "traefik.enable=false" @@ -25,26 +25,6 @@ services: timeout: 5s retries: 3 - bouncer-traefik: - image: ghcr.io/crowdsecurity/traefik-bouncer:latest - container_name: bouncer-traefik - security_opt: - - no-new-privileges:true - environment: - CROWDSEC_BOUNCER_API_KEY: ${CROWDSEC_BOUNCER_API_KEY} - CROWDSEC_AGENT_HOST: crowdsec:8080 - networks: - - traefik_network - depends_on: - crowdsec: - condition: service_healthy - restart: unless-stopped - healthcheck: - test: ["CMD", "wget", "--spider", "-q", "http://localhost:8080/api/v1/ping"] - interval: 10s - timeout: 5s - retries: 3 - networks: traefik_network: external: true