fix: Fixes some typos and errors with crowdsec integration.
This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- GID=1000
|
- 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}
|
- BOUNCER_KEY_CADDY=${CROWDSEC_API_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
- crowdsec_db:/var/lib/crowdsec/data/
|
- crowdsec_db:/var/lib/crowdsec/data/
|
||||||
@@ -44,6 +44,8 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
depends_on:
|
||||||
|
- caddy
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
caddy_data: {}
|
caddy_data: {}
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ console.mightymini.housh.dev {
|
|||||||
transport http {
|
transport http {
|
||||||
tls_insecure_skip_verify
|
tls_insecure_skip_verify
|
||||||
}
|
}
|
||||||
|
}
|
||||||
crowdsec
|
crowdsec
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user