From 9596eb28d01dcb23b57e69aae23d88a6bcefb96f Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 17 Oct 2025 10:29:04 -0400 Subject: [PATCH] fix: Fixes some typos and errors with crowdsec integration. --- compose.yaml | 4 +++- config/Caddyfile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 825d870..c2608b5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -34,7 +34,7 @@ services: restart: unless-stopped environment: - GID=1000 - - COLLECTIONS="crowdsecurity/linux crowdsecurity/caddy crowdsecurity/http-cve crowdsecurity/whitelisth-good-actors" + - COLLECTIONS=crowdsecurity/linux crowdsecurity/caddy crowdsecurity/http-cve crowdsecurity/whitelist-good-actors - BOUNCER_KEY_CADDY=${CROWDSEC_API_KEY} volumes: - crowdsec_db:/var/lib/crowdsec/data/ @@ -44,6 +44,8 @@ services: - proxy security_opt: - no-new-privileges:true + depends_on: + - caddy volumes: caddy_data: {} diff --git a/config/Caddyfile b/config/Caddyfile index 2e81c4d..008eca0 100644 --- a/config/Caddyfile +++ b/config/Caddyfile @@ -137,7 +137,7 @@ console.mightymini.housh.dev { transport http { tls_insecure_skip_verify } - crowdsec } + crowdsec }