dsaf
This commit is contained in:
parent
57eae3c3ce
commit
ae2623c6c6
5 changed files with 3 additions and 10 deletions
Binary file not shown.
|
|
@ -1,3 +0,0 @@
|
||||||
module tempmod
|
|
||||||
|
|
||||||
go 1.24.1
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue