Hey @btamm, sorry for the late reply. I’ve been traveling.
What I typically do is just use separate hhvm, mysql, redis, nginx, etc instances and then use shared volumes between the different services. I use Capistrano to deploy each build to the server. I can show you what that stack looks like if you’d like. The reason I haven’t released it yet is because I don’t like the configuration method I’m using. Right now, I end up just linking a server config file to each of the containers. I’d working on getting a Bedrock compatible nginx container that uses docker-gen and environment variables for full configuration.
Would this be useful to you?