Add some of caddy to ansible
This commit is contained in:
parent
c1ec46aed5
commit
297325cce5
13 changed files with 156 additions and 37 deletions
8
_ansible/roles/caddy/files/Dockerfile
Normal file
8
_ansible/roles/caddy/files/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM caddy:2-builder AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/acmedns@main
|
||||
|
||||
FROM caddy:2-alpine
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
Reference in a new issue