Add full caddy installation (Coraza WAF + Crowdsec)

- Remove security issue when exposing ports in a docker container: Use
intranet instead
- Modify install_caddy to use new template
This commit is contained in:
2025-01-26 01:35:59 -03:00
parent f352126e56
commit 3d9bdc04b2
9 changed files with 149 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
services:
# PORT 9099
prometheus:
image: prom/prometheus:latest
container_name: prometheus
@@ -9,6 +10,7 @@ services:
- monitoring_net
- caddy_net
# PORT 9100
node_exporter:
image: prom/node-exporter:latest
container_name: node-exporter