Orchestrate containers with drupal-compose.
Sometimes setting up environment can take a while even if we're using Docker. Docker has nice tool which helps you manage your multi-container application - docker-compose. docker-compose is a small command-line tool which reads configuration stored in YAML file (docker-compose.yml) and builds your application based on it. You can download it from docker.com
In this repository you'll find a few examples how to start orchestrate your multi-container app with docker-compose.
Available examples:
- Simple - MariaDB + php:apache
- Data containers - Data Volume Containers
- Drush - run drush container on demand