/docker-caddy

Caddy Docker image w/ Cloudflare DNS module.

Primary LanguageDockerfileThe UnlicenseUnlicense

caddy

Caddyserver with the following modules included:

example

  caddy:
    image: ghcr.io/moolex/caddy:stable
    container_name: caddy
    restart: unless-stopped
    ports:
      - "80:80"
      - "443:443"
    volumes:
      - ./caddy/Caddyfile:/etc/caddy/Caddyfile:ro
      - ./caddy/data:/data
      - ./caddy/config:/config