https://github.com/vsoch/drupal-docker-compose
An example docker-compose setup to create a development environment for an existing Drupal install
https://github.com/vsoch/drupal-docker-compose
docker-compose drupal-7 drupal-8
Last synced: 2 months ago
JSON representation
An example docker-compose setup to create a development environment for an existing Drupal install
- Host: GitHub
- URL: https://github.com/vsoch/drupal-docker-compose
- Owner: vsoch
- License: mit
- Created: 2020-03-27T22:50:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T23:00:49.000Z (about 6 years ago)
- Last Synced: 2025-03-22T20:31:28.984Z (over 1 year ago)
- Topics: docker-compose, drupal-7, drupal-8
- Language: TSQL
- Size: 945 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drupal with Docker Compose
This is an example docker-compose setup (for each of [Drupal 7](drupal7) and [Drupal 8](drupal8))
that you might find useful if you need to migrate an application on a production server to some kind of
development environment. In my case, I was working with a version 7.x
Drupal installation on a private production server, and needed to be
able to reproduce the installation on my local machine to work with it. I
am providing these examples here in the case that they might help someone in
a similar situation. I added a Drupal 8 example since I'm aware that Drupal 7 is
going out of style.
## Dependencies
For each example setup, you will need to have [Docker](https://docs.docker.com/install/)
and [Docker Compose](https://docs.docker.com/compose/) installed to your machine.
## Examples
- [drupal-7](drupal7) is an example Drupal 7 application
- [drupal-8](drupal8) is an example Drupal 8 application