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:
|
||||
crowdsec:
|
||||
image: crowdsecurity/crowdsec
|
||||
|
|
@ -7,6 +6,11 @@ services:
|
|||
volumes:
|
||||
- ./crowdsec/config:/etc/crowdsec
|
||||
- ./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:
|
||||
- COLLECTIONS=crowdsecurity/http-caddy
|
||||
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == nas
|
||||
Loading…
Add table
Add a link
Reference in a new issue