No Image

Jekyll Deployment with Docker Compose

October 13, 2023 Patrick 0

In a fast-paced development environment, simplifying and automating tasks is crucial. For those working with Jekyll, a popular static site generator, deploying your application can be streamlined using Docker Compose. Here’s a quick guide on how to serve your Jekyll application using a Docker Compose setup. This guide assumes you have Docker installed on your machine. Understanding Jekyll Jekyll is a widely-used static site generator that powers GitHub Pages. It … (Click To Read)

Install Mealie on Docker

How to Install Mealie using Docker

October 21, 2021 Patrick 0

This article provides the required information to install Mealie using Docker. Mealie is a self-hosted recipe database and meal planner with a RestAPI with a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie is a great way to keep track of all of your and your families recipes.

Install AdGuard Home

How to Install Adguard Home using Docker

October 20, 2021 Patrick 0

This article provides the required information to install Adguard Home using Docker. AdGuard Home acts as a recursive DNS resolver. It works at the network level and blocks advertisements and internet trackers. When a home router is setup to point devices DNS queries to your AdGuard Home installation it will block advertisements for your entire home. It is similar to other network level DNS ad blockers such as Pi-Hole.  This is a quick guide that can be used for most system architectures.  You can even use this guide to install AdGuard Home on a Raspberry Pi. 

How to Install Bookstack using Docker 1

How to Install Bookstack using Docker

October 19, 2021 Patrick 0

Bookstack is a simple, self-hosted, platform for organizing and storing information. It is a simple to use wiki platform that allows you to store your data in a hirearchy of books, chapters, and pages. This application uses a seperate SQL database to store information. If you already have a database container running, you can configure the docker run command accordingly. However, if you do not have a database container setup, it is recommended that you install Bookstack using docker-compose.

Install Ombi on docker

How to Install Ombi using Docker

October 18, 2021 Patrick 0

Ombi is a Plex Request and User Management System that allows you to share your Plex server without any of the hassle. It allows users of your Plex server to search for and request new content using an easy to manage interface. Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. This article provides the information required to install Ombi on Docker.

How to Install Grocy Using Docker 2

How to Install Grocy Using Docker

October 13, 2021 Patrick 0

Grocy is an open-source, web based application that you can self-host at home. You can easily install Grocy using Docker. Grocy calls itself a groceries & household management solution for your home. It works like enterprise resource planning (ERP) software for your home. The application tracks inventory in your kitchen, helps plan your shopping list based on available inventory, plans meals and serves as a recipe database.

Monica CRM

How to Install Monica CRM in Docker using Portainer

October 9, 2021 Patrick 0

Monica CRM is an open-source, easy to use relationship manager for your contacts. CRM stands for Customer Relationship Manager, but Monica CRM is more of a personal relationship manager. It allows you to organize important information about your friends and family and can send you reminders of important events, such as birthdays and anniversaries.

Docker Logo

Add a Host Entry to a Docker Container in 1 Simple Step

May 15, 2020 Patrick 0

Occasionally when working with a pre-built Docker Container image, it will become necessary for you to add an entry to the /etc/hosts file within the Docker container. Docker provides an easy way to add a host entry to a docker container. An example of when would become necessary is if you are installing Wordpress as a Docker container and then receiving the Wordpress loopback error when you login to the admin screen.

Docker Logo

15 Basic Docker Compose Commands for Beginners

May 4, 2020 Patrick 0

After writing the 25 Basic Docker Commands for Beginners article, it was only natural that I start exploring the functions of Docker Compose. While running container using a docker run command is an easy way to get your containers up and running, using a docker-compose.yml file will ensure that your environmental variables and other parameters are saved making it easy to redeploy your containers across Docker host machines.

No Image

Getting Started with Docker Compose

March 19, 2020 Patrick 0

I have been toying around with Docker for a few months now ever since I first bought a Raspberry Pi. It has been a great learning experience. Currently, I have over 20 self-hosted applications running in Docker. However, last week my power started to flicker and I began to wonder what would happen if my Raspberry Pi completely died?