caddy-crowdsec

This commit is contained in:
2025-08-20 22:06:04 +05:30
parent 98c19eaea2
commit f732c71384

10
caddy-crowdsec/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM caddy:2.10.0-builder AS builder
RUN xcaddy build \
--with github.com/hslatman/caddy-crowdsec-bouncer/http \
--with github.com/hslatman/caddy-crowdsec-bouncer/layer4 \
--with github.com/hslatman/caddy-crowdsec-bouncer/appsec
FROM caddy:2.10.0
COPY --from=builder /usr/bin/caddy /usr/bin/caddy