Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Added external configuration sync directory for drupal 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
socketwench committed Jan 26, 2017
1 parent b5b8870 commit 5e5fc18
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
33 changes: 17 additions & 16 deletions docker-compose.d8-apache.yml
Expand Up @@ -8,6 +8,7 @@ services:
- .env
volumes:
- ./src:/var/www/html
- ./sync:/var/www/sync
db:
image: ten7/dockstack-mysql
ports:
Expand All @@ -19,22 +20,22 @@ services:
- ./db-backups:/tmp/db-backups
memcached:
image: memcached:1.4-alpine
# pma:
# image: phpmyadmin/phpmyadmin
# environment:
# PMA_HOST: db
# PMA_USER: root
# PMA_PASSWORD: ${MYSQL_ROOT_PASSWORD}
# PHP_UPLOAD_MAX_FILESIZE: 1G
# PHP_MAX_INPUT_VARS: 1G
# ports:
# - "8001:80"
# env_file:
# - .env
# mailhog:
# image: mailhog/mailhog
# ports:
# - "8002:8025"
pma:
image: phpmyadmin/phpmyadmin
environment:
PMA_HOST: db
PMA_USER: root
PMA_PASSWORD: ${MYSQL_ROOT_PASSWORD}
PHP_UPLOAD_MAX_FILESIZE: 1G
PHP_MAX_INPUT_VARS: 1G
ports:
- "8001:80"
env_file:
- .env
mailhog:
image: mailhog/mailhog
ports:
- "8002:8025"
# solr:
# image: ten7/dockstack-solr:5.5
# env_file:
Expand Down
5 changes: 5 additions & 0 deletions sync/.keep
@@ -0,0 +1,5 @@
# Use this directory to store Drupal 8 configuration exports.
#
# Add this to your settings.php to set the export directory:
#
# $config_directories[CONFIG_SYNC_DIRECTORY] = '../sync';

0 comments on commit 5e5fc18

Please sign in to comment.