Traefik Proxy Boilerplate
traefik-proxy-boilerplate No more messing around with nginx, apache config or certbot etc. This repository contains code to help quickly set up traefik as reverse proxy using docker compose or kubernetes cluster to host a website with SSL certificates using letsencrypt that auto renew. Hit letsencrypt api limits no problem this works with zerossl. Traefik + Docker compose Directory structure The project is divided into 2 main sections, first section contains code for docker compose config the second section contains code for kubernetes config yaml files. ...