migrated to fresh repo

This commit is contained in:
2026-07-13 06:54:58 +10:00
commit b0e3bac974
17 changed files with 1528 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM crowdsecurity/crowdsec:latest
COPY config/ /etc/crowdsec
# Install required components at build time
RUN cscli hub update && \
cscli collections install crowdsecurity/traefik --force