Commit 1537b82e by Edward Zarecor

Adding environment variables

parent d3d1004d
...@@ -11,26 +11,25 @@ mongo: ...@@ -11,26 +11,25 @@ mongo:
container_name: mongo container_name: mongo
image: edxops/mongo:v2 image: edxops/mongo:v2
volumes: volumes:
- /var/devstack/mongo/data:/data - ${DOCKER_DATA_ROOT}/mongo/data:/data
es: es:
container_name: es container_name: es
image: edxops/elasticsearch:v1 image: edxops/elasticsearch:v1
volumes: volumes:
- /tmp/elasticsearch/data:/es-data - ${DOCKER_DATA_ROOT}/elasticsearch/data:/es-data
memcache: memcache:
container_name: memcache container_name: memcache
image: memcached:1.4.24 image: memcached:1.4.24
forums: forums:
container_name: forums container_name: forums
image: edxops/forums:opencraft image: edxops/forums:opencraft
ports: ports:
- 4567:4567 - 4567:4567
volumes: volumes:
- /home/edward/Documents/git/edx/configuration:/edx/app/edx_ansible/edx_ansible - ${DOCKER_EDX_ROOT}/configuration:/edx/app/edx_ansible/edx_ansible
#nginx: #nginx:
# build: ../build/nginx # build: ../build/nginx
......
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