Is there a way that's been documented anywhere for deploying this without building anything locally?
In production environments like docker swarm, you cannot build a container and can only pull containers. Is there a way in which someone could deploy this with environment variables, and it just will sort itself out without having to git clone build and run?
#141 and #142 are feature requests geared towards making this possible from a straight docker pull.
Would it be helpful to have instructions on how to push your own image to your own container registry (like Docker Hub)?
Pushing containers is relatively easy, but maintaining your own private or public containers would litter up the registry with redundancy. I also wonder how much of the settings for the Postgres container would get pushed from the local compile.