This commit is contained in:
debian
2025-01-19 22:36:51 +01:00
parent e8a376ffaf
commit a46ab16489
2 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ services:
COLLECTIONS: crowdsecurity/traefik crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules crowdsecurity/http-cve
CROWDSEC_BOUNCER_API_KEY: ${CROWDSEC_API_KEY}
CUSTOM_HOSTNAME: crowdsec
ports:
- 6061:8080
- 6060:6060
networks:
- ip4net
- ip6net
@@ -16,9 +19,9 @@ services:
- ${INFRA_PATH}/crowdsec/config/acquis.yaml:/etc/crowdsec/acquis.yaml:ro
- ${INFRA_PATH}/crowdsec/config:/etc/crowdsec
- ${INFRA_PATH}/crowdsec/data:/var/lib/crowdsec/data
- /var/log/auth.log:/var/log/auth.log:ro
- /var/log/crowdsec:/var/log/crowdsec:ro
- /var/log/syslog:/var/log/syslog:ro
- /var/log/kern.log:/var/log/kern.log:ro
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"

View File

@@ -11,6 +11,7 @@ services:
- 4013:8888 # Web UI
networks:
- ip4net
command: start-notebook.py --NotebookApp.token='aToken1234'
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"