Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adagio/drupal-docker
Drupal on Docker, for Development
https://github.com/adagio/drupal-docker
docker docker-compose drupal drupal-8
Last synced: about 1 month ago
JSON representation
Drupal on Docker, for Development
- Host: GitHub
- URL: https://github.com/adagio/drupal-docker
- Owner: adagio
- Created: 2018-12-05T20:36:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T23:00:04.000Z (about 6 years ago)
- Last Synced: 2024-11-07T09:10:14.675Z (3 months ago)
- Topics: docker, docker-compose, drupal, drupal-8
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ddd: drupal on docker, for development
## Instructions
### 1. Directories for local development
shared
├── drupal-sites
├── drupal-modules
├── drupal-themes
└── drupal-profiles
### 2. Permissions`sudo chown -R www-data:www-data shared`
### 2. Compose
`docker-compose -f stack.yml up`
### 3. Browse to localhost:8080
http://localhost:8080
### 4. Drupal installation
Consider postgress credentials
Database type: PostgreSQL
Database name: postgres
Database username: postgres
Database password: example
Database host: postgressource: [docker-compose file](https://hub.docker.com/r/_/drupal/)
e.g. stack.yml
### Optional. Other Database engines
After using PostgreSQL, I tried to use MySQL with no success 😞
MariaDB can be used, I had to rename the service
Postgres image is smaller 🗜️️, and configuration is faster ⚡ for development purposes