mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-17 15:47:50 +01:00
Remove gerbil depenency and exposed port 9090
This commit is contained in:
parent
81c142e8ae
commit
d594314e52
1 changed files with 0 additions and 4 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:
|
||||||
|
@ -25,10 +23,8 @@ services:
|
||||||
- ./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:
|
ports:
|
||||||
- 9090:9090 # port mapping for local firewall bouncers
|
|
||||||
- 6060:6060 # metrics endpoint for prometheus
|
- 6060:6060 # metrics endpoint for prometheus
|
||||||
expose:
|
expose:
|
||||||
- 9090 # http api for bouncers
|
|
||||||
- 6060 # metrics endpoint for prometheus
|
- 6060 # metrics endpoint for prometheus
|
||||||
- 7422 # appsec waf endpoint
|
- 7422 # appsec waf endpoint
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue