mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-14 05:06:18 +00:00
Add monitoring_network | Add recommended coraza.conf
- Add monitoring_network for prometheus instance - Add Crowdsec & Caddy scrapes - Install make as dependency - Add Makefile for easily executing caddy commands
This commit is contained in:
8
docker/create_networks.sh
Normal file
8
docker/create_networks.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
function create_networks() {
|
||||
docker network create caddy_net
|
||||
echo "[ DOCKER ]: Created caddy intranet 'caddy_net'"
|
||||
docker network create monitoring_net
|
||||
echo "[ DOCKER ]: Created monitoring intranet 'monitoring_net'"
|
||||
}
|
||||
Reference in New Issue
Block a user