Add a basic docker configuration that allows a more streamlined dev process for new contributors.
Relies on the same environment variables that were already used in the project B_PASS and B_USER. docker-compose up will let the container to spin up with postgres.
Add a basic docker configuration that allows a more streamlined dev process for new contributors.
Relies on the same environment variables that were already used in the project
B_PASS
andB_USER
.docker-compose up
will let the container to spin up with postgres.