WordPress in Docker Stack via docker-compose

Update – 2025-09-27!! We have updated the docker-compose.yml example, MAC and IPv6, healthchecks, dependencies working off healthchecks, and better naming and MACVLAN pattern use. More about that Update Modern Docker Compose does not use the version tag anymore. Further, we included an example of the IPv6 and MAC Address assignment to the Docker Container as…

API Based Migration for GitLab

I needed an efficient method to migrate from one GitLab environment to a completely new one, without using the database-ish export/backup method that is provided. I had two projects that had gotten corrupted, and at my current skill level, I didn’t know how to clear/delete them out (if you want to try your hand at…