I found docker-compose incredibly useful for debugging the various aspects of stuffing this project into containers. It has helped me isolate the complexities of the codebase, the containers, the other services, and deploying to upshift. This is not meant to replace openshift, or any of the other existing tooling, but is rather a useful tool that gives a developer a quick environment. I thought it was neat enough to share.
All of the config files are meant to be modified as a developer needs, but they are packaged here with some simple defaults found elsewhere in the codebase.
I found docker-compose incredibly useful for debugging the various aspects of stuffing this project into containers. It has helped me isolate the complexities of the codebase, the containers, the other services, and deploying to upshift. This is not meant to replace openshift, or any of the other existing tooling, but is rather a useful tool that gives a developer a quick environment. I thought it was neat enough to share.
All of the config files are meant to be modified as a developer needs, but they are packaged here with some simple defaults found elsewhere in the codebase.