62 Blog Posts To Learn About Docker Compose

cover
27 Jul 2026

Let's learn about Docker Compose via these 62 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the Learn Repo or LearnRepo.com to find the most read blog posts about any technology.

Docker Compose is a tool for defining and running multi-container Docker applications. It matters for simplifying the management of complex microservice architectures and development environments by enabling services to be configured and launched with a single command.

1. How To Debug PHP Container With Xdebug And PhpStorm

I will setup a very simple php page and debug it using xdebug and PhpStorm.

2. How to Set Up Docker Compose For Prometheus + Grafana

Want to have Prometheus and Grafanna locally so that you could test the metrics sent by your service? check this guide using Docker Compose

3. How to Run Podman and Docker-Compose on Windows

One of the most common tool to develop software is container. This guide helps you to configure correctly podman and docker-compose on Windows using WLS2.

4. Fix Dockerfile Error: WARN: FromAsCasing: 'as' and 'FROM' Keywords' Casing Do Not match

Dockerfile keywords can be written in uppercase or lowercase, but it’s best not to mix them for clarity and consistency.

5. How To Configure Redis + Redis Commander + Docker

I will get redis and redis commander up and running using docker.

6. MongoDB and Docker-Compose: How to Enable a Custom User and Password Automatically

How can we create a custom user and password to access MongoDB when using docker-compose? Let's see how.

7. MySQL Master-Slave Replication using Docker

In this article I want to share my experience of how to setup MySQL replication locally with using Docker.

8. Debugging: Using PDB in Dockerized Environment

Docker, along with Docker Compose are the most used tools under the DevOps category, according to The State of Developer Ecosystem 2019 survey by JetBrains. Chances are if you're using Docker/Docker Compose for deployment, you'll most likely be using them for local development as well. If you only use Docker for deployment but a virtual environment for local development, you may want to look into using Docker for development to reduce the parity between dev/prod environments, as suggested in the Twelve-Factor Methodology.

9. Applying Angular Runtime Configurations in Dockerized Environments

With the shift to Cloud-first and the rise of managed infrastructure and orchestrations such as EWS, Azure AKS or GCP clusters the application landscape needs to prepare and adjust itself to match newly rising requirements. This is for such nothing new nor unknown, but acknowledging this fact is one and probably the first important step.

10. How To Extend Docker Compose File

How to use different/multiple docker compose files on different servers ?

11. How to Securely Backup Your Postgres Database With Docker and Cron

Learn how to automate PostgreSQL database backups with Docker and PostgreSQL. Keep your data safe with this step-by-step guide. #Docker #PostgreSQL

12. How To Use Environment Variables In Docker Compose File

If I want to use different credentials on different servers, environment variables work great with docker compose.

13. How To Dockerize Your Pen-testing Lab [feat. Kali Linux]

Tools & Skills

14. Create a Ruby on Rails (Rails-Postgresql-React) App using Docker Compose

How to create a Ruby on Rails application with Postgresql and React with Docker Compose

15. Build A Web Crawler with Search bar Using Wget and Manticore [A Step By Step Guide]

Hi everyone. In this article we are going to talk about how can you write a simple web scraper and a little search application using well known existing technologies which you perhaps didn’t know they can do that.

16. Wazuh on Docker: Secure Your Dashboard with Let's Encrypt and Deploy Agent with Kubernetes Daemonset

Learn how to set up Wazuh using Docker, secure your Wazuh Dashboard with Let’s Encrypt, and deploy Wazuh agents on virtual machines.

17. Streamlining Your Django Development Environment with Docker Containers

Learn how to containerize an entire Django project from the ground up, including a Postgres database, Redis cache server, Caddy, and Celery instances.

18. Building Java Microservices from Scratch

Today, microservices architecture is a common approach to building a system. In this article, I will show you how to build microservices using Java and Spring.

19. How To Create Golang REST API: Project Layout Configuration [Part 2]

In a previous post I was explaining the basics of setting up GO application for REST API. Now I'll go into details by first creating configurable server, adding http router (mux) and some DB interaction. Let's get (the indoors party) started!

20. Here are Some Docker Hacks That Changed my Life

Docker is a powerful tool for building and managing Docker-based applications. Here are some things you might be missing out on!

21. Using Docker Compose for Development without Going Crazy

Using Docker Compose in development with creature comforts for developers.

22. Beginners Guide to Docker for Ruby on Rails, PostgreSQL Development

In this beginner's guide, we will walk you through the process of dockerizing a Ruby on Rails application with PostgreSQL.

23. How to Nginx Reverse Proxy with Docker Compose

While developing a web application, a common method of calling the application from a local machine is through http://localhost:x ports, which essentially means that we are required to expose several ports to access different modules of the application. In the article below, we will go through the method of using Reverse Proxy to call an application and the benefits of using it.

24. Instant GraphQL + MongoDB Backend With Mongoke

Implementing a good GraphQL backend to serve your database data is not an easy task, you have to implement a lot of resolvers, add authorization, pagination of the fields and use a DataLoader to not repeat your database queries during relations.

25. Top 5 Kubernetes Coding Errors and How to Solve Them

How to solve the top 5 Kubernettes coding errors.

26. 3 Major Python Problems and How to Solve Them

Python is a versatile programming language that is popular and widely used for various applications, such as data science modeling and REST APIs. However, managing and maintaining a complex Python development environment can be challenging, especially when working on large or multi-faceted projects.

27. The Adoption of Microservices Architecture for Cloud-Native Applications

In this article, we've explored the world of microservices and native applications as well as how Docker can be used to build, run, and deploy them

28. Running Multiple Docker Containers With Custom Config Files

Many of us using Docker to make our lives easier have ran into the issue of conflicting ports due to running more than 1 docker container. It’s easy to get bogged down into changing config files and squander an entire afternoon. I intend to write this article as a reminder to my future self whenever I need to set up multiple instances of docker container on a single machine.

29. Solving the FastAPI, Alembic, Docker Problem

Dockerize your FastAPI application that incorporates alembic and sqlachemy.

30. Deploy Docker Using Ansible

31. How I Built a 1 GB Observability Stack for My Go Startup Using Prometheus, Loki, and Grafana

How to set up Prometheus, Loki, and Grafana on a free VPS with just 1 GB of RAM for a Go service. Stack comparison, configs, and Grafana dashboards

32. Full Production Django Docker Configuration

The current software development ecosystem moves fast and it seems older frameworks like Django or Rails becoming absolute, but it is a huge underestimation! Django is one of the unique frameworks that I like to use - first of all because it contains everything in it, with just a few simple configurations.

33. An AI-Powered Workflow Automation Guide: How You Can Self-Host n8n with Docker Compose and Traefik

Everyone talks about n8n. Again, let's learn how to self-host n8n with Docker & Traefik as a reverse proxy.

34. How to Use Materialize and Redpanda to Analyze Raspberry Pi Temperature Data

This is a self-contained demo using Materialize to process data IoT devices data directly from a PostgreSQL server.

35. An Introduction to Docker Stack: Deployment and Secrets Management

Learn how to use Docker Stacker effectively for seamless service and secret management.

36. Docker for Beginners: Containerizing a Nextjs Application

Containerization in it's entirety is an incredibly useful concept. From being able to execute applications in isolation, to being able to port them easily..

37. How To Run PostgreSQL as a Build Requirement in TeamCity Build

We use different Continuous Integration tools in our projects. One of them is TeamCity software. A pipeline for TeamCity can be configured easily and has two steps, such as run tests and build a docker image for further deployment. However, I needed to run Postgres before running tests. I made a research, I read the documentation and this article may be useful to close a gap for team city’s documentation.

38. An Introduction to Docker for Web Development

This is the introduction to a series that was originally published on tech.osteel.me. Only the introduction was brought to Hacker Noon — links to other parts will take you to that other website.

39. How to Setup SonarQube Locally Using Docker

I will explain how you can set up SonarQube locally with docker.

40. Introducing gdocweb: Web Building with Java 21, Spring Boot 3.x, and More

Explore the journey of building gdocweb: a developer's insight into choosing Java 21, Spring Boot 3.x, and navigating tech stack challenges.

41. PHP on Docker from Scratch in 2022

How to set up a repository with Docker 'from scratch' to develop PHP 8.1 applications in 2022.

42. Application Testing In Go: Do It Right And Don't Create a Mess

Problem - How many times have we faced this problem of worrying about cleaning up after running test cases. When some of our test cases run, they might add data to our database or add files to our directory which we don’t want to worry about every time.

43. Docker Containerization: The Ultimate Guide

In this blog post, I will explore Docker containerization in depth, including its benefits, use cases, and how it works.

44. Production Grade Deployment of a Full Stack Web App (React + Node) With Docker and EC2

Deploy a secure React + Node app to AWS EC2 using Docker, Nginx, and HTTPS with this beginner-friendly step-by-step guide.

45. Mastering Multi-Container Management: Deploying a Full-Stack Flask App with Docker Compose

Explore seamless multi-container management with Docker Compose, deploying a full-stack Flask app.

46. Launching Docker Desktop with Spring Boot

Explanation and Example of a Real-World Spring Boot and Docker Desktop based Deployment. Code Samples are provided Inline and via Git Repo.

47. How To Run Wordpress In Docker

Learn how to setup a development environment for Wordpress plugins.

48. A Deep Dive into Docker Compose

The flexibility of Docker Compose makes it easy to scale and manage services as your project grows.

49. Container Development: Tools and Configurations for an Effortless Workflow in Docker and Kubernetes

Effortlessly sync local changes with Docker/Kubernetes using tools like Docker Compose, Skaffold, and Tilt. Boost your coding efficiency with practical examples

50. Set Up Laravel 6 on Google Cloud Run with Continuous Integration [Step-by-Step Guide]

Laravel has soared in popularity in the last few years. The Laravel community even says that Laravel has made writing PHP enjoyable than a pain. Laravel 6 has some interesting new features. Getting a super scaleable working URL for your application take hours if not days. Setting up something like Kubernetes is a huge task. This is where Google Cloud Run shines, you can get a working HTTPs URL for any of your containerized app in minutes.

51. How to Run a Microsoft .NET Docker Image in C#

Docker has become an essential tool in modern software development, providing an efficient and portable way to package and distribute applications.

52. How To Find Your Docker Logs

There’s a short answer, and a long answer. The short answer, that will satisfy your needs in the vast majority of cases, is:

53. How to Dockerize Your Application and Deploy It to Sevalla

A step-by-step guide to containerising a FastAPI application with Docker and deploying it to the cloud for consistent, production-ready delivery.

54. Quick Start Guide for DolphinScheduler: Installation and Configuration Using Docker Compose

This article will provide a detailed guide on how to install and configure DolphinScheduler using Docker Compose.

55. How to Create Multi-Container Applications With Docker Compose and C#

Creating a multi-container application can be daunting, but Docker Compose and C# can make it much more straightforward. This article will walk us through the s

56. How to Use a Template to Use Docker with PHP

Today I want to give you an easy-to-use template in order to use Docker with PHP, explained so you can understand how it works in just 10 minutes.

57. Conducting Cross Browser Testing With Cypress in CI/CD using Docker

Running Cypress tests across multiple browsers in CI/CD using Docker.

58. SSL/TLS Offloading: Optimizing Security Infrastructure

Discover a hassle-free approach to SSL management in your home lab using TLS offloading with Docker and Certbot.

59. Why I Built My Own Ingress Proxy for Docker Swarm — And You Might Want It Too

Millau is a free ingress proxy and load balancer designed for microservice architectures built on Docker Swarm.

60. Shifting Containers Left: On the Quest for Reproducible Development Environments

Photo by Casey Horner on Unsplash

61. Ansible 101: Ad-hoc Cmds and Inventory Files

Get up to speed with Ansible! Learn how to use inventory files and ad hoc commands with practical exercises

62. How to Parse Structured Environment Variables in Rust

Learn how to configure multiple warehouse services behind an inventory service using environment variables and OpenTelemetry for effective multi-stack tracing.

Thank you for checking out the 62 most read blog posts about Docker Compose on HackerNoon.

Visit the /Learn Repo to find the most read blog posts about any technology.