ds
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-02-24 19:50:37 -06:00
parent 56beeb53c2
commit f51eba0f29

View file

@ -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