Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 2b7aaed

Browse files
Clinton Blackburnclintonb
authored andcommitted
Pulling devstack-tagged images
This is temporary until the configuration is merged. See https://github.com/edx/configuration/pull/3098. ECOM-6561
1 parent e9c3a6a commit 2b7aaed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
- discovery
5454
environment:
5555
ENABLE_DJANGO_TOOLBAR: 1
56-
image: edxops/credentials:latest
56+
image: edxops/credentials:devstack
5757
ports:
5858
- "18150:18150"
5959
volumes:
@@ -69,7 +69,7 @@ services:
6969
environment:
7070
TEST_ELASTICSEARCH_URL: "http://edx.devstack.elasticsearch:9200"
7171
ENABLE_DJANGO_TOOLBAR: 1
72-
image: edxops/discovery:latest
72+
image: edxops/discovery:devstack
7373
ports:
7474
- "18381:18381"
7575
volumes:
@@ -84,7 +84,7 @@ services:
8484
- discovery
8585
environment:
8686
ENABLE_DJANGO_TOOLBAR: 1
87-
image: edxops/ecommerce:latest
87+
image: edxops/ecommerce:devstack
8888
ports:
8989
- "18130:18130"
9090
volumes:
@@ -98,7 +98,7 @@ services:
9898
- memcached
9999
environment:
100100
ENABLE_DJANGO_TOOLBAR: 1
101-
image: edxops/programs:latest
101+
image: edxops/programs:devstack
102102
ports:
103103
- "18140:18140"
104104
volumes:

0 commit comments

Comments
 (0)