Skip to content

Latest commit

 

History

History
256 lines (190 loc) · 24.7 KB

File metadata and controls

256 lines (190 loc) · 24.7 KB

drawing

Let's learn about Docker Compose via these 62 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the /Learn 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.

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

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

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.

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

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

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

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

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.

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.

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

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

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

Tools & Skills

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

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.

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

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

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.

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!

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

Using Docker Compose in development with creature comforts for developers.

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

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.

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.

How to solve the top 5 Kubernettes coding errors.

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.

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

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.

Dockerize your FastAPI application that incorporates alembic and sqlachemy.

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

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.

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

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

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

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..

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.

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.

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

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

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

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.

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

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

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

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

Learn how to setup a development environment for Wordpress plugins.

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

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

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.

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

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

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

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

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

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.

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

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

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

Photo by Casey Horner on Unsplash

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

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