Commit 08b40835 by Edward Zarecor

removing detritus

parent f3871b78
db:
container_name: db
image: edxops/mysql:v1
environment:
- MYSQL_ROOT_PASSWORD=''
hostname: db
ports:
- 3306:3306
mongo: mongo:
container_name: mongo container_name: mongo
image: edxops/mongo:v2 image: edxops/mongo:v2
...@@ -19,16 +10,15 @@ es: ...@@ -19,16 +10,15 @@ es:
volumes: volumes:
- ${DOCKER_DATA_ROOT}/elasticsearch/data:/es-data - ${DOCKER_DATA_ROOT}/elasticsearch/data:/es-data
memcache:
container_name: memcache
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
#
# TODO
#
#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