fds
This commit is contained in:
parent
8aacf62409
commit
fa1122425b
1 changed files with 7 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3.8"
|
|
||||||
services:
|
services:
|
||||||
crowdsec:
|
crowdsec:
|
||||||
image: crowdsecurity/crowdsec
|
image: crowdsecurity/crowdsec
|
||||||
|
|
@ -7,6 +6,11 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./crowdsec/config:/etc/crowdsec
|
- ./crowdsec/config:/etc/crowdsec
|
||||||
- ./crowdsec/data:/var/lib/crowdsec/data
|
- ./crowdsec/data:/var/lib/crowdsec/data
|
||||||
- /var/log/caddy:/var/log/caddy:ro # Mount Caddy logs
|
- /export/Docker/caddy/logs:/var/log/caddy:ro # Mount Caddy logs
|
||||||
environment:
|
environment:
|
||||||
- COLLECTIONS=crowdsecurity/http-caddy
|
- COLLECTIONS=crowdsecurity/http-caddy
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.hostname == nas
|
||||||
Loading…
Add table
Add a link
Reference in a new issue