fix: Fixes some typos and errors with crowdsec integration.
This commit is contained in:
@@ -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: {}
|
||||
|
||||
@@ -137,7 +137,7 @@ console.mightymini.housh.dev {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
crowdsec
|
||||
}
|
||||
crowdsec
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user