Docker

June 2, 2021

FreqTrade deploy, understanding the Order Book

In this episode, we’re deploying FreqTrade, an open-source CryptoCurrency trading bot, wrapping it up in a nice multi-tabbed webUI called Muximux, and managing it all with Traefik web proxy with real Let’s Encrypt auto-renewing SSL certificates! I’ll also take you through the config basics, what a simple strategy file looks like,...

Read More
May 3, 2021

Containerized MQTT Broker

Here we’re going over the deploy and config of a containerized MQTT Broker, all the basics of pub/sub, topics, retain flags, and I’ll even show you how to dig in under the hood of a Docker volume. Check out the video below, and code samples discussed in the video are here...

Read More
April 27, 2021

Plex containerized, with NFS mounts!

In this episode, I’ll show you how to properly mount NFS shares directly inside your container config, rather than from the underlying host! This moves the mount dependency of your container stack in to your defined configuration file, and is one less thing your underlying hosts need to do, making your...

Read More
April 5, 2021

Traefik v2 with Lets Encrypt SSL

In this episode, we’re deploying Traefik proxy with a Let’s Encrypt wildcard SSL certificate. We’re using DNS validation, so Traefik doesn’t need to be externally accessible either! Check out the video, and below is example code as well! Don’t forget to use your DNS provider (my example code is geared towards...

Read More