logoalt Hacker News

Hendriktotoday at 10:49 AM1 replyview on HN

I remember reading that Docker Compose is for development environments only, and should not be used in production. Did that change?


Replies

kwakubineytoday at 10:53 AM

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.