Commit 866d064d by Fred Smith

add compose links to edxapp

parent 608d75b2
...@@ -6,13 +6,12 @@ db: ...@@ -6,13 +6,12 @@ db:
- DNSDOCK_IMAGE=db - DNSDOCK_IMAGE=db
mongo: mongo:
image: mongo:2.6 image: edxops/mongo:v1
volumes: volumes:
- /var/devstack/mongo/data:/data - /var/devstack/mongo/data:/data
es: es:
build: ../build/elasticsearch image: edxops/elasticsearch:v1
image: edxops/elasticsearch:v1
volumes: volumes:
- /tmp/elasticsearch/data:/es-data - /tmp/elasticsearch/data:/es-data
...@@ -20,13 +19,19 @@ memcache: ...@@ -20,13 +19,19 @@ memcache:
image: memcached:1.4.24 image: memcached:1.4.24
forums: forums:
build: ../build/forums image: edxops/forums:v3
image: edxops/forums:v2
volumes: volumes:
- /home/edward/Documents/git/edx/configuration:/configuration - ../../:/configuration
links:
- db:forums-mysql.local.edx.org
- mongo:forums-mongo.local.edx.org
- es:forums-elasticsearch.local.edx.org
nginx: nginx:
build: ../build/nginx build: ../build/nginx
links:
- lms:lms.local.edx.org
- cms:cms.local.edx.org
rabbitmq: rabbitmq:
image: rabbitmq:3.5.3 image: rabbitmq:3.5.3
...@@ -36,5 +41,30 @@ xqueue: ...@@ -36,5 +41,30 @@ xqueue:
environment: environment:
- DNSDOCK_IMAGE=xqueue - DNSDOCK_IMAGE=xqueue
edxapp: lms:
build: ../build/edxapp build: ../build/edxapp
links:
- db:lms-mysql.local.edx.org
- mongo:lms-mongo.local.edx.org
- rabbitmq:lms-rabbitmq.local.edx.org
- xqueue:xqueue.local.edx.org
- es:lms-elasticsearch.local.edx.org
- memcache:lms-memcache.local.edx.org
cms:
build: ../build/edxapp
links:
- db:cms-mysql.local.edx.org
- mongo:cms-mongo.local.edx.org
- xqueue:xqueue.local.edx.org
- es:cms-elasticsearch.local.edx.org
- rabbitmq:cms-rabbitmq.local.edx.org
- memcache:cms-memcache.local.edx.org
gp:
image: edxops/precise-common:v1
volumes:
- ../../:/configuration
links:
- db:lms-mysql.local.edx.org
- mongo:lms-mongo.local.edx.org
- rabbitmq:lms-rabbitmq.local.edx.org
- memcache:lms-memcache.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