mirror of
https://github.com/fosrl/pangolin.git
synced 2025-09-01 07:20:06 +02:00
Merge branch 'dev' of https://github.com/fosrl/pangolin into dev
This commit is contained in:
commit
6a00ea50d4
1 changed files with 0 additions and 9 deletions
|
@ -11,8 +11,6 @@ services:
|
||||||
ENROLL_TAGS: docker
|
ENROLL_TAGS: docker
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "cscli", "capi", "status"]
|
test: ["CMD", "cscli", "capi", "status"]
|
||||||
depends_on:
|
|
||||||
- gerbil # Wait for gerbil to be healthy
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=false" # Disable traefik for crowdsec
|
- "traefik.enable=false" # Disable traefik for crowdsec
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -24,12 +22,5 @@ services:
|
||||||
- ./config/crowdsec_logs/syslog:/var/log/syslog:ro # syslog
|
- ./config/crowdsec_logs/syslog:/var/log/syslog:ro # syslog
|
||||||
- ./config/crowdsec_logs:/var/log # crowdsec logs
|
- ./config/crowdsec_logs:/var/log # crowdsec logs
|
||||||
- ./config/traefik/logs:/var/log/traefik # traefik logs
|
- ./config/traefik/logs:/var/log/traefik # traefik logs
|
||||||
ports:
|
|
||||||
- 9090:9090 # port mapping for local firewall bouncers
|
|
||||||
- 6060:6060 # metrics endpoint for prometheus
|
|
||||||
expose:
|
|
||||||
- 9090 # http api for bouncers
|
|
||||||
- 6060 # metrics endpoint for prometheus
|
|
||||||
- 7422 # appsec waf endpoint
|
|
||||||
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