mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-02-14 16:54:24 +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:
@@ -25,10 +25,29 @@ services:
|
||||
#- BOUNCER_KEY_<NAME>=${CROWDSEC-BOUNCER-API-TOKEN:-FIXME-LAPI-KEY} # pre-supply a bouncer with api key
|
||||
#- CUSTOM_HOSTNAME=crowdsec-host123
|
||||
#security_opt:
|
||||
# - no-new-privileges=true
|
||||
# - no-new-privileges=true
|
||||
#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