chore: migrate to v3 and adopt Doppler for secrets management #3

Open
kamil wants to merge 574 commits from v3-cleanup into main
Showing only changes of commit baa403efa2 - Show all commits

View File

@@ -1,7 +1,8 @@
FROM caddy:2-builder AS builder
RUN xcaddy build \
--with github.com/mholt/caddy-ratelimit
--with github.com/mholt/caddy-ratelimit \
--with github.com/hslatman/caddy-crowdsec-bouncer/http
FROM caddy:2-alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy