Skip to content

swarmstack/caddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tiny Caddy image compressed with UPX.

Usage

Serve files in $PWD:

docker run -it --rm -p 2015:2015 -v $PWD:/www swarmstack/caddy

Overwrite Caddyfile:

docker run -it --rm -p 2015:2015 -v $PWD:/www -v $PWD/Caddyfile:/etc/Caddyfile swarmstack/caddy

Persist /etc/caddycerts to avoid hitting Let's Encrypt's rate limit (ENV CADDYPATH=/etc/caddycerts):

docker run -it --rm -p 2015:2015 -v $PWD:/www -v $PWD/Caddyfile:/etc/Caddyfile -v $PWD/caddycerts:/etc/caddycerts swarmstack/caddy

About

swarmstack build of Caddy reverse proxy server with Prometheus plugin - with and without telemetry

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 61.7%
  • Dockerfile 34.0%
  • Shell 3.6%
  • HTML 0.7%