Is there a Docker tool that will allow me to easily deploy multiple components of the stack at once? I want something like a Dockerfile that can build three components (postgres, redis and workers) and deploy/run them so they can talk to each other.<p>Bonus points if it's a single file I can put in my repo so I can tell someone to do "docker build ." and have an instant production mirror they can work on.