Deploying services with Docker Compose and Cloudflare Tunnels Learn how to deploy services with Docker Compose and Cloudflare Tunnels in a homelab or the cloud.
Load Balancing in Docker Compose with Caddy Learn how to configure a Caddy load balancer inside docker-compose for your containers
Using Micronaut Data, JDBC, R2DBC, TestContainers, and Flyway with multiple schemas Learn how to configure a Micronaut project with JDBC, R2DBC, TestContainers, and Flyway for databases that utilize multiple schemas
Load Balancing in Docker Compose with NGINX Learn how to configure a NGINX load balancer inside docker compose for your containers
Homelab 2021 - Data Ownership I built a home server in 2021 to make onsite backups of all my cloud data and re-balance my data ownership.
Configuring Awall on Alpine Linux Learn how to configure an Alpine Linux firewall using Awall that can be used to secure your server and docker workloads
Using Docker on Apple Silicon How I use Docker to help me install less software and make my development environments more portable on my Apple Silicon based Macbook Air.
Waiting for containers in Docker Compose Using the dockerize tool to wait for containers to startup in Docker Compose
Testing APIs with Docker and Docker Compose A look into how I like to setup test infrastructure using docker and docker-compose for APIs