Skip to content

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

License

Notifications You must be signed in to change notification settings

swarmstack/caddy

 
 

Repository files navigation

A Caddy image with and without telemetry (no-stats)

https://hub.docker.com/r/swarmstack/caddy/

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%