HACKER Q&A
📣 WolfOliver

Who uses Docker Compose in production?


Who uses Docker Compose in production?


  👤 maxbaines Accepted Answer ✓
I use docker compose in production, for a bunch of services that run on a single machine - I don't have a huge need for clustering, resilience or scaling. Is there an alternative? obvs Kubernetes but that's a different story.

👤 razodactyl
For simple projects, it's a viable solution.

I'm not doing anything requiring excessive scaling however the project I'm running has been chugging along quietly in the background for the last 2 years.

It's just a simple chat lobby for an old game.