Table of Contents

About

This docker build file is created in order to build caddy with the:

  • replace-response,
  • cloudflare and,
  • caddy-security

modules.

Usage

Download the file Dockerfile to an empty directory and issue:

docker build -t TAG .

where:

  • TAG represents a tag to set on the built image (ie: redis:latest)

After caddy is built, a container can be created and ran either via docker run or deployed within the swarm with docker stack deploy.

Note that if the image is to be deployed to a swarm, then more than likely the image should be committed to a local registry serving the local docker swarm.

Source

File: http://svn.grimore.org/docker/build/caddy/Dockerfile -

FROM caddy:builder-alpine AS builder
 
RUN xcaddy build \
    --with github.com/caddyserver/replace-response \
    --with github.com/caddy-dns/cloudflare \
    --with github.com/greenpau/caddy-security
 
FROM caddy:latest
 
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

assets/docker/build/caddy.txt ยท Last modified: 2024/03/04 11:19 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.