add bootstrap compose and init scrypt

This commit is contained in:
2025-08-24 01:59:35 +03:00
parent 5e356892b5
commit 73162ba31c
4 changed files with 96 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM caddy:2-builder AS builder
RUN xcaddy build \
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
--with github.com/caddy-dns/cloudflare
FROM caddy:2
COPY --from=builder /usr/bin/caddy /usr/bin/caddy