Bitbucket pipeline for PHP, MySQL & Elasticsearch
Use docker-compose in Bitbucket Pipelines for a PHP + Elasticsearch + MySQL project
Bitbucket Pipelines allows you to run multiple Docker containers from your build pipeline.
Use docker-compose in Bitbucket Pipelines for a PHP + Elasticsearch + MySQL project
This weekend I took the time to play with Bitbucket Pipelines, a new feature from Bitbucket. Often, my goal with my setup is “get something simple up and running simply”. This is why I like hosting on Bitbucket (free private repositories), and the pipeline’s feature now lets me get a simple CI pipeline up, without involving extra tools. With a…