Local Development Traefik (reverse proxy).
Allows you to easily Proxy docker containers to for example "*.docker.localhost"
Also contains whoami and Smtp4Dev.
Copy .env.sample to '.env'.
Change .env to your needs.
make cert # Generates SSL Keypair in ./cert
make # Starts Traefik and Whoami and smtp4dev
- http://traefik.${DOMAINNAME} --> Traefik Dashboard
- https://whoami.${DOMAINNAME} --> to Simple Whoami Instance
- http://smtp.${DOMAINNAME} --> really cool Development Email test Service.
You can import the Certificate into your trusted cert store to get rid of the self signed SSL Warning locally.