Update apps/crowdsec/docker-compose.yml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
falkheiland 2024-05-01 16:32:42 +02:00 committed by GitHub
parent e34ff1226c
commit 7394b5a545
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,8 @@ services:
- crowdsec - crowdsec
environment: environment:
# the CROWDSEC_BOUNCER_API_KEY needs to be created of the crowdsec container with: # the CROWDSEC_BOUNCER_API_KEY needs to be created of the crowdsec container with:
# `docker compose exec -t crowdsec cscli bouncers add crowdsec-bouncer-traefik` # To create the CROWDSEC_BOUNCER_API_KEY, execute the following command in the crowdsec container:
# docker compose exec -t crowdsec cscli bouncers add crowdsec-bouncer-traefik
- CROWDSEC_BOUNCER_API_KEY=${CROWDSEC_BOUNCER_API_KEY} - CROWDSEC_BOUNCER_API_KEY=${CROWDSEC_BOUNCER_API_KEY}
- CROWDSEC_AGENT_HOST=crowdsec:8080 - CROWDSEC_AGENT_HOST=crowdsec:8080
networks: networks: