mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-14 05:06:18 +00:00
chore: update coraza, crowdsec && monitoring dependencies versions
This commit is contained in:
@@ -3,8 +3,8 @@ FROM caddy:builder AS builder
|
|||||||
|
|
||||||
# Install xcaddy and build Caddy with plugins
|
# Install xcaddy and build Caddy with plugins
|
||||||
RUN xcaddy build \
|
RUN xcaddy build \
|
||||||
--with github.com/corazawaf/coraza-caddy/v2@v2.0.0 \
|
--with github.com/corazawaf/coraza-caddy/v2@v2.1.0 \
|
||||||
--with github.com/hslatman/caddy-crowdsec-bouncer/http@v0.8.1 \
|
--with github.com/hslatman/caddy-crowdsec-bouncer/http@v0.9.2 \
|
||||||
--with github.com/mholt/caddy-l4
|
--with github.com/mholt/caddy-l4
|
||||||
|
|
||||||
# Stage to download OWASP CRS
|
# Stage to download OWASP CRS
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
crowdsec:
|
crowdsec:
|
||||||
image: crowdsecurity/crowdsec:v1.6.4
|
image: crowdsecurity/crowdsec:v1.6.9
|
||||||
container_name: crowdsec
|
container_name: crowdsec
|
||||||
volumes:
|
volumes:
|
||||||
- ./crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml
|
- ./crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
# PORT 9099
|
# PORT 9099
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v3.1.0
|
image: prom/prometheus:v3.4.2
|
||||||
container_name: prometheus
|
container_name: prometheus
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@@ -12,7 +12,7 @@ services:
|
|||||||
|
|
||||||
# PORT 9100
|
# PORT 9100
|
||||||
node_exporter:
|
node_exporter:
|
||||||
image: prom/node-exporter:v1.8.2
|
image: prom/node-exporter:v1.9.1
|
||||||
container_name: node-exporter
|
container_name: node-exporter
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
|
|
||||||
# PORT 8080
|
# PORT 8080
|
||||||
cadvisor:
|
cadvisor:
|
||||||
image: gcr.io/cadvisor/cadvisor:v0.49.2
|
image: gcr.io/cadvisor/cadvisor:v0.52.1
|
||||||
container_name: cadvisor
|
container_name: cadvisor
|
||||||
volumes:
|
volumes:
|
||||||
- /:/rootfs:ro
|
- /:/rootfs:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user