updated crowdsec config
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
services:
|
||||
crowdsec:
|
||||
profiles: ["core","all","crowdsec", "traefik"]
|
||||
# image: crowdsecurity/crowdsec:latest
|
||||
build: ${PROJECT_ROOT}/core/crowdsec
|
||||
image: crowdsecurity/crowdsec:latest
|
||||
# build: ${PROJECT_ROOT}/core/crowdsec
|
||||
container_name: crowdsec
|
||||
restart: always
|
||||
environment:
|
||||
@@ -14,7 +14,10 @@ services:
|
||||
# - ${PROJECT_ROOT}/core/crowdsec/config:/etc/crowdsec
|
||||
- ${DOCKER_VOLUMES}/crowdsec/logs:/logs:ro
|
||||
- ${DOCKER_VOLUMES}/crowdsec/data:/var/lib/crowdsec/data
|
||||
- ${DOCKER_VOLUMES}/crowdsec/config:/etc/crowdsec
|
||||
# - ${DOCKER_VOLUMES}/crowdsec/config.yaml:/etc/crowdsec/config.yaml
|
||||
# - ${DOCKER_VOLUMES}/crowdsec/config:/etc/crowdsec
|
||||
- ${PROJECT_ROOT}/core/crowdsec/acquis.d:/etc/crowdsec/acquis.d
|
||||
- ${PROJECT_ROOT}/core/crowdsec/profiles.yaml:/etc/crowdsec/profiles.yaml
|
||||
networks:
|
||||
# - reverse_proxy
|
||||
- traefik
|
||||
|
||||
Reference in New Issue
Block a user