Caddy

Powerful, enterprise-ready, open source web server with automatic HTTPS.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  caddy:
    image: caddy
    ports:
      - 80:80
    volumes:
      - $PWD/Caddyfile:/etc/caddy/Caddyfile
      - ./caddy_data:/data
    restart: unless-stopped

Resources

Website: https://caddyserver.com/

GitHub: https://github.com/caddyserver/caddy

Docker Hub: https://hub.docker.com/_/caddy

Configuration: https://github.com/caddyserver/caddy-docker