Commit 64ff5327 by Clinton Blackburn

OEP-5 Compliance

- Corrected location of devstack data
- Corrected location of Elasticsearch data volumes
- Added .dockerignore
parent 9a5a00bb
This directory contains the data for devstack. The contents of this directory are ignored by Git.
.dev/
htmlcov/
......@@ -84,4 +84,4 @@ docs/_build/
course_discovery/static/bower_components/
node_modules/
course_discovery/media/
docker/volumes/
.dev/
......@@ -13,13 +13,15 @@ services:
ports:
- "3306:3306"
volumes:
- ./docker/volumes/db:/var/lib/mysql
- ./.dev/volumes/db:/var/lib/mysql
es:
image: elasticsearch:1.5.2
container_name: es
volumes:
- ./docker/volumes/es:/es-data
- ./.dev/volumes/es/data:/usr/share/elasticsearch/data
- ./.dev/volumes/es/logs:/usr/share/elasticsearch/logs
- ./.dev/volumes/es/plugins:/usr/share/elasticsearch/plugins
ports:
- "9200:9200"
- "9300:9300"
......
This directory contains the data volumes for the Docker container. The contents of this directory are ignored by Git.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment