Bitbucket Pipelines, Docker-Compose and Database Hosting
Using Docker-Compose and a local database with Bitbucket Pipelines requires some finesse and undocumented trickery
You’re using Bitbucket Pipelines to deploy your code. You have a docker-compose app which you wish to test in-memory before you deploy the final code to your production system…