Skip to content

NicksonJacksonWilfest/caddy-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Caddy Proxy Server (Dockerized)

A Dockerized Caddy web server and reverse proxy with automatic HTTPS. This image simplifies deploying Caddy in Docker environments while leveraging its modern features like HTTPS-by-default, HTTP/3, and easy configuration.

Features

  • ๐Ÿณ Docker Optimized: Lightweight Alpine-based image with sensible defaults.
  • ๐Ÿ”’ Automatic HTTPS: SSL/TLS certificates provisioned and renewed via Let's Encrypt.
  • ๐Ÿ“ Volume Persistence: Certificates and Caddy data survive container restarts.
  • ๐Ÿ› ๏ธ Easy Configuration: Mount your Caddyfile or use environment variables.
  • ๐ŸŒ Reverse Proxy Ready: Effortlessly route traffic to backend services.
  • ๐Ÿ”Œ Plugin Support: Extend Caddy with plugins by building a custom image.

Prerequisites

  • Docker and Docker Compose installed
  • Basic understanding of Docker concepts (volumes, networks, etc.)
  • A domain name pointing to your server (for HTTPS)

Quick Start

1. Run the Caddy Container

docker compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors