May 5, 2026

Compose yourself before deploy drama

Should I Run Plain Docker Compose in Production in 2026?

Yes, you can use it at work — but the comments say bring a mop and a helmet

TLDR: The article says Docker Compose can still power real business apps in 2026, but only if someone actively handles the messy upkeep it doesn’t do for you. Commenters agreed with caveats, swapped alternatives, and even roasted the writing style — making the mood equal parts practical, skeptical, and hilariously exhausted.

The big answer from engineer Philip is basically: yes, you can still run Docker Compose in production in 2026 — but only if you’re ready to do the cleanup and babysitting yourself. In plain English, it’s a simple way to run several app pieces together on one machine, and that simplicity is exactly why people like it. But it can also leave behind old app parts, fill up disks, miss chances to fix broken services, and quietly keep risky settings around. The article’s vibe is less “don’t do this” and more “do this with your eyes open.”

But the real action was in the comments, where the crowd delivered a classic internet verdict: “Yes and no :)” That one tiny reply from ksk23 somehow captured the whole mood — half endorsement, half warning label. Another reader, TheChaplain, had the most relatable reaction of all: they learned you can limit logs and sounded genuinely thrilled, which tells you exactly how many people have been living with surprise storage disasters. Meanwhile, noodlesUK came in with a rival pitch, arguing that Podman plus system tools may be the better choice for simple “appliance-like” setups, turning the thread into a subtle tool war.

And because no tech thread is complete without style policing, one commenter praised the post but still dragged it for a “silly AI-ism” phrase. Another was shocked the article skipped Compose secrets. So yes, the software debate was real — but the comment section also turned into a roast, a wishlist, and a support group for people discovering they’ve been one forgotten setting away from chaos.

Key Points

  • The article argues that plain Docker Compose can still run production workloads in 2026 if operators address its operational gaps themselves.
  • Docker Compose is presented as best suited to single-node production deployments such as customer-hosted software, internal long-tail services, and edge systems.
  • Compose is described as a one-time reconciler with no built-in scheduler or control plane continuously enforcing desired state.
  • A featured operational issue is orphan containers: removing a service from `docker-compose.yaml` does not automatically remove the old container.
  • The article recommends using `docker compose up -d --remove-orphans` or `docker compose down --remove-orphans` to clean up removed services, while noting that named volumes must still be deleted manually.

Hottest takes

"Yes and no :)" — ksk23
"TIL about limiting logs. Very useful, I had no idea." — TheChaplain
"Wish it didn’t have silly AI-isms" — philipallstar
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.