- Docker host (eg. Vagrant Docker VM or dinghy)
- Docker compose
Clone the boilerplate and link or copy docker-compose.development.yml
git clone https://github.com/webdevops/php-docker-boilerplate.git project
cd project
cp docker-compose.development.yml docker-compose.yml
Startup containers and run the services:
docker-compose up -d
If you're using dinghy docker](https://github.com/codekitchen/dinghy) you can access the services via
- Application: http://app.boilerplate.docker/
- Mailhog: http://mail.boilerplate.docker
- PHPMyAdmin: http://pma.boilerplate.docker
- Solr: http://solr.boilerplate.docker
- Elasticsearch: http://elasticsearch.boilerplate.docker