We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd8bab commit e21f56eCopy full SHA for e21f56e
examples/crowdsec/docker-compose.yml
@@ -16,8 +16,8 @@ services:
16
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/traefik/logs:/var/log/traefik:ro
17
environment:
18
- GID=1000
19
- - BOUNCER_KEY_TRAEFIK=${CROWDSEC-BOUNCER-API-TOKEN:-FIXME-LAPI-KEY}
20
- COLLECTIONS=crowdsecurity/traefik crowdsecurity/http-cve crowdsecurity/appsec-generic-rules crowdsecurity/appsec-virtual-patching
+ #- BOUNCER_KEY_<NAME>=${CROWDSEC-BOUNCER-API-TOKEN:-FIXME-LAPI-KEY} # pre-supply a bouncer with api key
21
#- CUSTOM_HOSTNAME=crowdsec-host123
22
#security_opt:
23
# - no-new-privileges=true
0 commit comments