Commit 44602105 by Fred Smith

use edxapp:v2

parent f6fc3b9d
......@@ -8,7 +8,7 @@ db:
- DNSDOCK_IMAGE=db
mongo:
image: edxops/mongo:v1
image: edxops/mongo:v2
volumes:
- /var/devstack/mongo/data:/data
......@@ -44,7 +44,7 @@ xqueue:
- DNSDOCK_IMAGE=xqueue
lms:
build: ../build/edxapp
image: edxops/edxapp:v2
links:
- db:lms-mysql.local.edx.org
- mongo:lms-mongo.local.edx.org
......@@ -53,7 +53,7 @@ lms:
- es:lms-elasticsearch.local.edx.org
- memcache:lms-memcache.local.edx.org
cms:
build: ../build/edxapp
image: edxops/edxapp:v2
links:
- db:cms-mysql.local.edx.org
- mongo:cms-mongo.local.edx.org
......
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