mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-02-14 08:44:25 +01:00
Update docker-compose.yml with comments and adjustments
All checks were successful
CI / validateComposeSyntax (push) Successful in 20s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user