cjsaylor uses Docker Compose
Since our production deployment makes use of the Convox platform, we use this to describe the containers to be deployed via Convox to AWS ECS.
We also use this for our local dev environment (previously used vagrant with chef).
Scrayos UG (haftungsbeschränkt) uses Docker Compose
Aside from our Minecraft-infrastructure, we compose it with ... Docker Compose! (kinda obious, eh .. ?) This includes for example the web-services, aswell as the monitoring and mail-infrastructure.
sapslaj uses Docker Compose
Docker Compose is just another part of my "infrastructure as code" initiative and allows me to build isolated pieces of systems with their own volumes and networks.
Sathish-n uses Docker Compose
Our application will consist of several containers each communicating with each other. Using docker-compose, we can orchestrate several containers at once.
Curabase uses Docker Compose
The core tech in ACS (Azure Container Services) we spin up a Kubernetes cluster and deploy our app into staging and production environments here.