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…

Homelab

Overview The quintessential home lab. A place you can test, explore, and sharpen your skillset as an IT Guru or even just a beginner. We will cover some of the details, services, and roll out that might help you create your own Homelab. For starters, this is not going to be a comprehensive how-to. I…

Docker is a thing(s)

You want to make simple services, that do things. To be able to modify that role out, at code base, at will? Ok, probably interested in Docker or things like it (containers). In this post we will be exploring some of my findings and this will sort of be a notes/detail reference for myself in…

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…