dsf
This commit is contained in:
parent
7726806daf
commit
40f197218d
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ services:
|
|||
ports:
|
||||
- 8900:80
|
||||
- 443:443
|
||||
- 2019:2019
|
||||
environment:
|
||||
- CADDY_INGRESS_NETWORKS=netgrimoire
|
||||
- CADDY_DOCKER_EVENT_THROTTLE_INTERVAL=2000 # Prevents non-deterministic reload with CrowdSec module
|
||||
|
|
@ -27,6 +28,8 @@ services:
|
|||
placement:
|
||||
constraints:
|
||||
- node.hostname == znas
|
||||
labels:
|
||||
gremlin.enable: "false"
|
||||
|
||||
crowdsec:
|
||||
image: crowdsecurity/crowdsec
|
||||
|
|
@ -44,6 +47,8 @@ services:
|
|||
placement:
|
||||
constraints:
|
||||
- node.hostname == znas
|
||||
labels:
|
||||
gremlin.enable: "false"
|
||||
|
||||
volumes:
|
||||
caddy-logs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue