ds
This commit is contained in:
parent
56beeb53c2
commit
f51eba0f29
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ services:
|
||||||
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
|
||||||
- CROWDSEC_API_KEY=${CROWDSEC_API_KEY}
|
- CROWDSEC_API_KEY=BYSLg/wKOa7wlHYzChJpBVJA06Ukc7G6fKJCvBwjyZg
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
- vpn
|
- vpn
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
COLLECTIONS: "crowdsecurity/caddy crowdsecurity/http-cve crowdsecurity/whitelist-good-actors"
|
COLLECTIONS: "crowdsecurity/caddy crowdsecurity/http-cve crowdsecurity/whitelist-good-actors"
|
||||||
BOUNCER_KEY_CADDY: ${CROWDSEC_API_KEY} # Pre-registers the Caddy bouncer automatically
|
BOUNCER_KEY_CADDY: BYSLg/wKOa7wlHYzChJpBVJA06Ukc7G6fKJCvBwjyZg # Pre-registers the Caddy bouncer automatically
|
||||||
volumes:
|
volumes:
|
||||||
- crowdsec-db:/var/lib/crowdsec/data
|
- crowdsec-db:/var/lib/crowdsec/data
|
||||||
- /export/Docker/caddy/crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml
|
- /export/Docker/caddy/crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue