An open API service indexing awesome lists of open source software.

https://github.com/crowdsecurity/example-docker-compose

Example integration of crowdsec in docker-compose
https://github.com/crowdsecurity/example-docker-compose

Last synced: 5 months ago
JSON representation

Example integration of crowdsec in docker-compose

Awesome Lists containing this project

README

          

In this repository we will be showing multiple examples on how to use CrowdSec within container environments.

The idea is to show how to use CrowdSec in different scenarios, from the most basic to more complex ones. These examples can be used out of the box or as a base to build your own solution.

| Name | Description |
| ------------- | ------------- |
| [Standard](/basic/) | Old example please read top of README.md |
| [Container Socket](/container-socket/) | Example reading logs from container socket |
| [Container Labels](/container-labels/) | Example reading logs from containers using labels as discovery |
| [Journald](/journald/) | Example reading logs from journald |
| [Swag](/swag/) | Example protecting SWAG |
| [NPM](/npm/) | Example protecting NPM (Nginx Proxy Manager Fork) |
| [NPMplus](/NPMplus/) | Example protecting NPMplus (Nginx Proxy Manager Fork) |
| [Caddy](/caddy/) | Example protecting Caddy |
| [ELK](/elk/) | Example reading logs from ELK stack (Logstash) |

### Would you like to contribute an example you didn't see here? or just found a mistake you would like to fix? Please open a PR and we will review it as soon as possible.