added drupal to community-catalog

This commit is contained in:
Salim Ibrahim
2016-12-16 00:47:22 -05:00
parent aff3851ef5
commit 19546bfe9f
4 changed files with 1042 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: '2'
services:
web:
image: drupal:${drupal_tag}
ports:
- ${public_port}:80
depends_on:
- db
db:
image: mysql:${mysql_tag}
environment:
MYSQL_DATABASE: ${database}
MYSQL_ROOT_PASSWORD: ${mysql_root_password}
MYSQL_USER: ${mysql_newusr}
MYSQL_PASSWORD: ${mysql_newusr_password}