WordPress in Docker Stack via docker-compose

Stack consists of WordPress (PHP-FPM) / Nginx / Mysql / WPCLI. Again, I will eventually get around to a longer opening, but till then here we go. Expectations are you have a Docker Host already, can install and run “Hello World” via docker-compose. If you can’t do that, you won’t be able to do this….

Torrent Docker Compose Example

This will have more content added to it in the future. Here we make use of an docker macvlan network and assign a IP to the container. We also mount Samba SMB resources using the local driver to the docker container. Using these CIFS and normal volume resources, we map their Volumes into the Transmission…

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…