Commit 2b7aaede by Clinton Blackburn Committed by Clinton Blackburn

Pulling devstack-tagged images

This is temporary until the configuration is merged. See https://github.com/edx/configuration/pull/3098.

ECOM-6561
parent e9c3a6a1
...@@ -53,7 +53,7 @@ services: ...@@ -53,7 +53,7 @@ services:
- discovery - discovery
environment: environment:
ENABLE_DJANGO_TOOLBAR: 1 ENABLE_DJANGO_TOOLBAR: 1
image: edxops/credentials:latest image: edxops/credentials:devstack
ports: ports:
- "18150:18150" - "18150:18150"
volumes: volumes:
...@@ -69,7 +69,7 @@ services: ...@@ -69,7 +69,7 @@ services:
environment: environment:
TEST_ELASTICSEARCH_URL: "http://edx.devstack.elasticsearch:9200" TEST_ELASTICSEARCH_URL: "http://edx.devstack.elasticsearch:9200"
ENABLE_DJANGO_TOOLBAR: 1 ENABLE_DJANGO_TOOLBAR: 1
image: edxops/discovery:latest image: edxops/discovery:devstack
ports: ports:
- "18381:18381" - "18381:18381"
volumes: volumes:
...@@ -84,7 +84,7 @@ services: ...@@ -84,7 +84,7 @@ services:
- discovery - discovery
environment: environment:
ENABLE_DJANGO_TOOLBAR: 1 ENABLE_DJANGO_TOOLBAR: 1
image: edxops/ecommerce:latest image: edxops/ecommerce:devstack
ports: ports:
- "18130:18130" - "18130:18130"
volumes: volumes:
...@@ -98,7 +98,7 @@ services: ...@@ -98,7 +98,7 @@ services:
- memcached - memcached
environment: environment:
ENABLE_DJANGO_TOOLBAR: 1 ENABLE_DJANGO_TOOLBAR: 1
image: edxops/programs:latest image: edxops/programs:devstack
ports: ports:
- "18140:18140" - "18140:18140"
volumes: volumes:
......
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