mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 11:38:59 +02:00
* ⬆️ 📝 Update exemples and version traefik 3, crowdsec 1.6.1-2, plugin 1.3.0 * 📝 🐛 Fix race in exemple and doc for tls
Example
With Redis as an external shared cache
The plugin must be configured to connect to a redis instance
redisCacheHost: "redis:6379"
Here redis is the hostname of a container located in the same network as Traefik and 6379 is the default port of redis
To play the demo environment run:
make run_cacheredis