Update docker-compose.yml with comments and adjustments
All checks were successful
CI / validateComposeSyntax (push) Successful in 20s

Comment out the no-new-privileges security option and add notes for crowdsec-blocklist-import service.
This commit is contained in:
LRVT
2026-02-03 14:56:56 +01:00
committed by GitHub
parent 63867c6d59
commit 30b22a9c83

View File

@@ -29,6 +29,25 @@ services:
#networks:
# - proxy
# - You can enable the below service to enhance crowdsec's blocklist
# - More info here: https://github.com/wolffcatskyy/crowdsec-blocklist-import
# ----------------------------------------------------------------------------
#crowdsec-blocklist-import:
# image: ghcr.io/wolffcatskyy/crowdsec-blocklist-import:2.1.0
# container_name: crowdsec-blocklist-import
# restart: "no"
# environment:
# # setup:
# # docker exec -it crowdsec cscli machines add blocklist-importer --password secretpassphrase -f blocklist-importer
# - CROWDSEC_LAPI_URL=http://crowdsec:8080
# - CROWDSEC_MACHINE_ID=blocklist-importer
# - CROWDSEC_MACHINE_PASSWORD=secretpassphrase
# - DECISION_DURATION=24h
# - TZ=Europe/Berlin
# - TELEMETRY_ENABLED=false
# #networks:
# # - proxy
#networks:
# proxy:
# external: true