df
This commit is contained in:
parent
fa1122425b
commit
970322850c
1 changed files with 7 additions and 2 deletions
|
|
@ -2,7 +2,8 @@ services:
|
||||||
crowdsec:
|
crowdsec:
|
||||||
image: crowdsecurity/crowdsec
|
image: crowdsecurity/crowdsec
|
||||||
container_name: crowdsec
|
container_name: crowdsec
|
||||||
restart: unless-stopped
|
networks:
|
||||||
|
- netgrimoire
|
||||||
volumes:
|
volumes:
|
||||||
- ./crowdsec/config:/etc/crowdsec
|
- ./crowdsec/config:/etc/crowdsec
|
||||||
- ./crowdsec/data:/var/lib/crowdsec/data
|
- ./crowdsec/data:/var/lib/crowdsec/data
|
||||||
|
|
@ -14,3 +15,7 @@ services:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == nas
|
- node.hostname == nas
|
||||||
|
|
||||||
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue