Caddy docker image (caddy is build from source).
This dockerfile insall caddy server and plugins from source according our needs.
This works is mainly inspired from Abisoft's works in his caddy-docker project.
Abiosoft image contains http.git
pligin wich we don't
use. Anybox's image contains http.proxyprotocol and http.reauth
This is a most basic run using Caddyfile provide in this repo:
docker run -it anybox/caddy:1.0.3
You may mount your own Caddyfile
(the caddy configuration):
docker run -it \
-v "$(pwd)/conf/Caddyfile":/etc/caddy/Caddyfile \
anybox/caddy:1.0.3
Consult caddy server to learn about Caddyfile format
This image is build every day by travis and push in case of success to the anybox/caddy on docker hub.