[READ-ONLY] Mirror of https://github.com/FoxxMD/crowdsecBench. Benchmark Crowdsec CPU usage with concurrent requests
benchmark cpu-usage crowdsec docker k6 monitoring visualization
0

Configure Feed

Select the types of activity you want to include in your feed.

comment out traefik port

Not needed for production use

FoxxMD (Sep 22, 2025, 3:08 PM EDT) 651b1e90 813273dd

+2 -2
+2 -2
compose.yaml
··· 9 9 env_file: '.env' 10 10 traefik: 11 11 image: "traefik:v3.3" 12 - ports: 13 - - "8086:8080" 12 + # ports: 13 + # - "8086:8080" 14 14 volumes: 15 15 - ./traefik/static:/etc/traefik 16 16 - ./traefik/dynamic:/config/dynamic