Docker-compose is just a tool for handling and configuring Docker containers. If you would be comfortable working with plain Docker commands in your environment, you can use docker-compose as well. The docker-compose docs even have a section about using docker-compose in production. But let’s look deeper than this easy answer. Why do some people recommend otherwise? I think it’s important to understand why some people mean when they say “don’t use docker-compose in production” and w...