I'm finding myself spending a lot of time deploying docker images, activating LetsEncrypt plugin, managing the DOKKU_PROXY_PORT_MAP per image, and manually set up DOKKU_PROXY_PORT to 80 and DOKKU_PROXY_SSL_PORT to 443 to get my apps connected up properly.
All of these tasks are annoying and require command line to solve.
Description of feature
I'm finding myself spending a lot of time deploying docker images, activating LetsEncrypt plugin, managing the
DOKKU_PROXY_PORT_MAP
per image, and manually set upDOKKU_PROXY_PORT
to 80 andDOKKU_PROXY_SSL_PORT
to 443 to get my apps connected up properly.All of these tasks are annoying and require command line to solve.