feat: Adds pocket id authentication to caddy.
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -1,9 +1,3 @@
|
||||
FROM docker.io/library/caddy:2.9.1-builder AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/cloudflare \
|
||||
--with github.com/greenpau/caddy-security
|
||||
|
||||
FROM docker.io/library/caddy:2.9.1-alpine
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
FROM ghcr.io/authcrunch/authcrunch:latest
|
||||
COPY ./config /etc/caddy
|
||||
RUN /usr/bin/caddy fmt --overwrite /etc/caddy/Caddyfile
|
||||
|
||||
Reference in New Issue
Block a user