example-docker-compose icon indicating copy to clipboard operation
example-docker-compose copied to clipboard

Example integration of crowdsec in docker-compose

Results 5 example-docker-compose issues
Sort by recently updated
recently updated
newest added

Hello, i have seen now that openresty is included in official npm. So if i had to integrate NPM with crowdsec, do we still need the custom NPM image lepresidente/nginxproxymanager:latest...

This is a draft PR which includes an example on Openresty. It includes clean Bouncer configuration, as well as APPSEC, both working OOB. However there are pending PRs https://github.com/crowdsecurity/cs-openresty-bouncer/pull/51 and...

There is a syntax error for the networks in the services and afaik bridge mode makes the network accessible. socket-proxy is best kept to an internal network.

Fix a minor typo.

Volumes in docker should be directory rather than a specific directory/filename (as it is in the current version: /etc/crowdsec/aquis.yaml rather than simply /etc/crowdsec). After the change, the compose.yml file seems...