Best of Docker Compose โ€” May 2024

  1. 1
    Article
    Avatar of communityCommunity Picksยท2y

    Say Goodbye to Docker Volumes ๐Ÿ‘‹

    Learn how to use Docker Compose Watch to automatically synchronize local source code with code in a Docker container without using volumes. Discover different actions that can be used with the watch attribute and be aware of the caveats of using this feature.

  2. 2
    Article
    Avatar of awsplainenglishAWS in Plain Englishยท2y

    ๐Ÿ›ข๏ธ Implement CI/CD Pipeline for MERN app in docker-compose on EC2 using GitHub Actions with Zero or Minimum Downtime

    Learn how to implement a CI/CD pipeline for a MERN app using docker-compose on EC2 using GitHub Actions with zero or minimum downtime.