mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 13:48:13 +02:00
Update docker-compose.yml
This commit is contained in:
parent
c903c03979
commit
c4e62a7aee
1 changed files with 1 additions and 7 deletions
|
@ -7,7 +7,6 @@ services:
|
||||||
COLLECTIONS: crowdsecurity/traefik crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules
|
COLLECTIONS: crowdsecurity/traefik crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules
|
||||||
ENROLL_INSTANCE_NAME: "pangolin-crowdsec"
|
ENROLL_INSTANCE_NAME: "pangolin-crowdsec"
|
||||||
PARSERS: crowdsecurity/whitelists
|
PARSERS: crowdsecurity/whitelists
|
||||||
ACQUIRE_FILES: "/var/log/traefik/*.log"
|
|
||||||
ENROLL_TAGS: docker
|
ENROLL_TAGS: docker
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "cscli", "capi", "status"]
|
test: ["CMD", "cscli", "capi", "status"]
|
||||||
|
@ -18,13 +17,8 @@ services:
|
||||||
- ./config/crowdsec:/etc/crowdsec # crowdsec config
|
- ./config/crowdsec:/etc/crowdsec # crowdsec config
|
||||||
- ./config/crowdsec/db:/var/lib/crowdsec/data # crowdsec db
|
- ./config/crowdsec/db:/var/lib/crowdsec/data # crowdsec db
|
||||||
# log bind mounts into crowdsec
|
# log bind mounts into crowdsec
|
||||||
- ./config/crowdsec_logs/auth.log:/var/log/auth.log:ro # auth.log
|
|
||||||
- ./config/crowdsec_logs/syslog:/var/log/syslog:ro # syslog
|
|
||||||
- ./config/crowdsec_logs:/var/log # crowdsec logs
|
|
||||||
- ./config/traefik/logs:/var/log/traefik # traefik logs
|
- ./config/traefik/logs:/var/log/traefik # traefik logs
|
||||||
ports:
|
ports:
|
||||||
- 6060:6060 # metrics endpoint for prometheus
|
- 6060:6060 # metrics endpoint for prometheus
|
||||||
expose:
|
|
||||||
- 6060 # metrics endpoint for prometheus
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: -t # Add test config flag to verify configuration
|
command: -t # Add test config flag to verify configuration
|
Loading…
Add table
Add a link
Reference in a new issue