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
- Host: GitHub
- URL: https://github.com/crowdsecurity/example-docker-compose
- Owner: crowdsecurity
- Created: 2021-02-26T10:05:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-23T12:27:33.000Z (about 1 year ago)
- Last Synced: 2025-12-01T11:23:26.317Z (6 months ago)
- Language: Dockerfile
- Size: 2.8 MB
- Stars: 189
- Watchers: 11
- Forks: 32
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-crowdsec - example-docker-compose - Official reference Docker Compose configurations for common setups. (Docker Stacks & Examples / Other Bouncers)
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.