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

Commit 8bbc7b9

Browse files
Clinton Blackburnclintonb
authored andcommitted
Disabled host volume for edxapp
The settings have not yet been merged. The host volume should only be used if the local repository has been rebased on the branch in https://github.com/edx/edx-platform/pull/14376. ECOM-6634
1 parent 6d5cff9 commit 8bbc7b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ There is still work to be done before this is ready for full release to the Open
6363
2. Finish provisioning all services
6464
3. Load demo data
6565
4. PyCharm debugging
66+
5. Merge devstack settings for edxapp (https://github.com/edx/edx-platform/pull/14376), and reactivate host volume

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ services:
107107
ports:
108108
- "18000:18000"
109109
- "18010:18010"
110-
volumes:
111-
- ../edx-platform:/edx/app/edxapp/edx-platform
110+
# volumes:
111+
# - ../edx-platform:/edx/app/edxapp/edx-platform
112112

113113
programs:
114114
command: /edx/app/programs/devstack.sh start

0 commit comments

Comments
 (0)