DEV Community

Discussion on: Learn Docker — from the beginning, part V Docker Compose, variables, volumes, networks and databases

Collapse
 
araphiel profile image
Armon Raphiel

Thank you for posting this series.

My biggest question: How do you deploy a docker-compose setup?

It seems like I only see people using compose for development.

  • Can we use it to deploy to a server?
  • Should we be using docker-compose at all for production servers?
  • What is the easiest way to get a bunch of containers running on a cloud service like Azure
Collapse
 
softchris profile image
Chris Noring

Here's an example of that xhttps://docs.microsoft.com/en-us/azure/app-service/containers/quickstart-multi-container