In this tutorial we will be setting up Traefik v2 as our reverse proxy with port 80 and 443 enabled, and then hook up a example application behind the application load balancer, and route incoming requests via host headers. What…
Docker
A collection of 33 posts
Setup a Self-Hosted Password Manager with Bitwarden
Learn how to setup a open source password manager called bitwarden on docker and use traefik as our http proxy with letsencrypt
Setup Wireguard VPN on Docker
In this tutorial, I will demonstrate how to setup a Secure VPN using Wireguard on Docker using docker-compose and then we will use a Windows PC to connect to our Wireguard VPN using the Wireguard Client. The following configurations should…
Run a Docker Container on ECS with EC2
This tutorial is a step-by-step walkthrough on how to create a ECS Cluster with a ECS Container Instance running your docker container. I will also demonstrate how to setup a ALB to route incoming traffic to your ECS Service.
MongoDB Cheatsheet with PyMongo
In this tutorial we will get hands-on experience with MongoDB using the PyMongo package using Python.
Run Loki on Multipass
I will demonstrate how to deploy Loki on Multipass, how to pipe logs to Loki with Promtail, and how to use the Loki Docker Driver to pipe logs to Loki.
Setup a NFS Server with Docker
In this post we will see how quick and fast it is to setup a NFS Server using a Docker container using itsthenetwork/nfs-server-alpine. If you would like to install NFS Server using a non-docker based deployment, you can have…
Create a AWS ECS Cluster with AWS CLI Tools
In this Tutorial we will build a ECS Cluster on AWS using the AWS CLI Tools.