https://github.com/russjohnson09/docker-basic-website
I’ve got a single droplet on DigitalOcean. I named it test-helm because I was thinking I would try to have a kubernetes cluster setup but the minimum requirements are far too large for that. Instead I just have a single docker compose file.
The nginx server is on the host machine and I have just the one docker compose up -d command running. This is the easiest way I know to integrate the nginx server with letsencrypt.

Leave a Reply