Initial commit - added all docker compose immediately reachable

This commit is contained in:
2026-01-10 18:05:04 +02:00
commit 966d2ae311
12 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
services:
exporter:
image: registry.gitlab.com/hctrdev/fail2ban-prometheus-exporter:latest
volumes:
- /var/run/fail2ban/:/var/run/fail2ban:ro
ports:
- "10.0.0.1:9991:9191"
restart: unless-stopped