Hacker News new | ask | show | jobs
by Hendrikto 104 days ago
I remember reading that Docker Compose is for development environments only, and should not be used in production. Did that change?
1 comments

Nope! This is for development purposes only. Say, for example, you have a frontend team that wants to connect to a service, and that service talks to other services to get a response, and you sort of want like a central point of connection for the frontend team just for development purposes only, not for production.