This commit is contained in:
traveler 2025-03-13 22:23:20 -05:00
parent 57eae3c3ce
commit ae2623c6c6
5 changed files with 3 additions and 10 deletions

View file

@ -1,3 +0,0 @@
module tempmod
go 1.24.1

View file

@ -1,6 +0,0 @@
FROM caddy:latest
RUN xcaddy build \
# --with github.com/lucaslorentz/caddy-docker-proxy/plugin
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
--with github.com/crowdsecurity/caddy-bouncer

View file

@ -8,3 +8,4 @@ FROM caddy:latest
COPY --from=builder /usr/bin/caddy /usr/bin/caddy COPY --from=builder /usr/bin/caddy /usr/bin/caddy

View file

@ -6,8 +6,9 @@ configs:
services: services:
caddy: caddy:
image: lucaslorentz/caddy-docker-proxy:ci-alpine #image: lucaslorentz/caddy-docker-proxy:ci-alpine
#image: ghcr.io/serfriz/caddy-crowdsec:latest #image: ghcr.io/serfriz/caddy-crowdsec:latest
image: caddy-crowdsec
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443