Skip to content

anybox/caddy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Caddy docker image builder

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

How to use

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

Image building

This image is build every day by travis and push in case of success to the anybox/caddy on docker hub.

About

Caddy docker image (caddy build from source)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published