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:
|
ports:
|
||||||
- 8900:80
|
- 8900:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
- 2019:2019
|
||||||
environment:
|
environment:
|
||||||
- CADDY_INGRESS_NETWORKS=netgrimoire
|
- CADDY_INGRESS_NETWORKS=netgrimoire
|
||||||
- CADDY_DOCKER_EVENT_THROTTLE_INTERVAL=2000 # Prevents non-deterministic reload with CrowdSec module
|
- CADDY_DOCKER_EVENT_THROTTLE_INTERVAL=2000 # Prevents non-deterministic reload with CrowdSec module
|
||||||
|
|
@ -27,6 +28,8 @@ services:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == znas
|
- node.hostname == znas
|
||||||
|
labels:
|
||||||
|
gremlin.enable: "false"
|
||||||
|
|
||||||
crowdsec:
|
crowdsec:
|
||||||
image: crowdsecurity/crowdsec
|
image: crowdsecurity/crowdsec
|
||||||
|
|
@ -44,6 +47,8 @@ services:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == znas
|
- node.hostname == znas
|
||||||
|
labels:
|
||||||
|
gremlin.enable: "false"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
caddy-logs:
|
caddy-logs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue