harveyconnor / traefik-docker

A basic setup for a traefik reverse proxy with https redirect and basic auth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

traefik-docker

A simple reverse proxy docker compose setup using traefik.

Usage

Simply cp .env.example .env and edit .env with your paramaters. To use htpasswd, cd into the dir and run:

htpasswd -Bc .htpasswd <username here>

About

A basic setup for a traefik reverse proxy with https redirect and basic auth.

License:MIT License