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

11
Docker/Dockerfile Normal file
View file

@ -0,0 +1,11 @@
FROM caddy:builder AS builder
RUN xcaddy build \
--with github.com/hslatman/caddy-crowdsec-bouncer \
--with github.com/mholt/caddy-events-exec \
--with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:latest
COPY --from=builder /usr/bin/caddy /usr/bin/caddy