49a7e16da1
- docker-compose.yml: CrowdSec + bouncer de Traefik + Postgres + Grafana - setup.sh: configuración inicial de colecciones, bouncers y whitelist - metrics-export.sh: exportación de métricas al endpoint de Prometheus - traefik-crowdsec-bouncer.yml: config dinámica de Traefik para el bouncer - stack.env: plantilla con API keys y configuración Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
466 B
YAML
16 lines
466 B
YAML
http:
|
|
middlewares:
|
|
crowdsec-bouncer:
|
|
plugin:
|
|
crowdsec-bouncer:
|
|
enabled: true
|
|
crowdsecLapiUrl: "http://crowdsec:8080"
|
|
crowdsecLapiKey: "{{CROWDSEC_BOUNCER_API_KEY}}"
|
|
crowdsecMode: live
|
|
updateIntervalSeconds: "10"
|
|
defaultDecisionSeconds: "60"
|
|
httpTimeoutSeconds: "2"
|
|
crowdsecLapiTLSInsecureVerify: false
|
|
forwardedHeadersTrustedIPs:
|
|
- "0.0.0.0/0"
|