Building a WordPress site with lets-encrypt in docker containers

Building a WordPress site with lets-encrypt in docker containers
October 2, 2021 No Comments ESXi,Uncategorized,VMware neudorfer

 


 

This website has been a great way to force my self a bit out of my comfort zone. Building a website with docker and encryption was a new venture for me. I’ve had a basic working knowledge of docker but this building this WordPress site has pushed it a little past basic.

Things I still want to accomplish with this is completely automating the process. Deploying VM, configuring the OS, installing the dependencies, pulling the configurations from GitHub, and setting up a certificate.

Goals after that would be to monitor and automatically scale.

 

 

Requirements –

  • VM/Host with docker, docker-compose, ports forwarded from firewall over 80,443

 

 

https://github.com/evertramos/nginx-proxy-automation

https://github.com/evertramos/docker-wordpress

About The Author