The docker proxy stack is primarily a toolkit for local web development that supports
- SSL (
https://
) for all local projects. - descriptive names instead of
localhost
. - running multiple projects at the same time
- an easy initial setup
- adding as much "global service" docker containers as you like
- optional catching E-Mails via SMTP with mailcatcher
Its tools are based on the nginx-proxy from Jason Wilder and contributors.