VaalaCat / docker-compose-traefik-letsencrypt-cloudflare

A docker compose configuration for spinning up a Traefik v2 instance with Lets Encrypt DNS-01 challenge supported through Cloudflare.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-Compose Traefik + Lets Encrypt + Cloudflare

A docker compose configuration for spinning up a Traefik v2 instance with Lets Encrypt DNS-01 challenge supported through Cloudflare.

Usage

cp .env.dev .env # edit .env as necessary
docker-compose up -d

Comment out the following line in docker-compose.yml for production.

- --certificatesresolvers.letsencrypt.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory

About

A docker compose configuration for spinning up a Traefik v2 instance with Lets Encrypt DNS-01 challenge supported through Cloudflare.