Didn't get a lot done in the last month. Though a lot of trial and errors trying to get my Docker images to be tested in Jenkins. It turns out that you can't use the Docker Build Step to build and run the Docker container. You can build an image but you can't build and run the container. You need to use a Execute Shell and run it via a CLI command. It is a very unclean way for it to work. However, I got it to work finally and started to convert some of my internal libraries.
Part of the reason I was trying to get Docker to work with Jenkins is that I wanted to start upgrading my libraries to PHP 8.0 and avoid having to add more packages to my Jenkins installations. Learned a lot about how Docker works, might even try rebuilding my server using Docker images instead of what I have, but I still have some more learning to do.
SEO hasn't changed much. Did get a click on a site, but no significant change to the traffic to the sites. Part of this upgrade to PHP 8.0 is to clean up the SEO features of DynaBallot. It should help some with that site as it seems to have the highest ranking between the two apps. While I working on the SEO I am going to look at upgrade to PHP 8.0 while I am at it, which I hope to have by the end of the month.