Best of Docker ComposeAugust 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    6 Must-Know Docker Compose Tips

    Docker Compose looks for a Dockerfile named Dockerfile in the root directory of the context. If you're working with environment variables, use the env_file option instead of hardcoding them directly in the Compose file. If the container stops for any reason, docker Compose will automatically restart it.

  2. 2
    Article
    Avatar of ubuntuUbuntu·3y

    Docker on Mac – a lightweight option with Multipass

    Multipass is designed to be lightweight, flexible, and efficient. It can run in the background unnoticed, available whenever you might need it. It has deep host integration, which is a game changer for an application like Docker. You can mount local files with a single command, giving you access to docker files and source code.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Set Up Application Performance Monitoring for Node.js Applications Using Elastic

    Elastic is the company that originally made ElasticSearch, but now provides a suite of tools for search, observability, logging and much more. For this article, we will specifically use the Elastic Application Performance Monitoring (APM) tool. This article is strictly about Elastic APM. So, I assume you just want to connect it to your Node.