Traefik is awesome tool to setup a reverse proxy with automatic Letsencrypt TLS negotiation
- Clone this repository
- Fit .env configs for each service you need
- Start traefik with command
cd ./traefik && docker-compose up -d
- Start Postgres, Adminer and Dozzle if you need it.
Generate Secret hash string for basic auth using apr1 algorithm (Apache variant of the BSD algorithm)
openssl passwd -apr1 # or with optional parameter -salt xxxxxxxx