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

Commit

Permalink
Disabled host volume for edxapp
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Clinton Blackburn authored and clintonb committed Jan 24, 2017
1 parent 6d5cff9 commit 8bbc7b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ There is still work to be done before this is ready for full release to the Open
2. Finish provisioning all services
3. Load demo data
4. PyCharm debugging
5. Merge devstack settings for edxapp (https://github.com/edx/edx-platform/pull/14376), and reactivate host volume
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ services:
ports:
- "18000:18000"
- "18010:18010"
volumes:
- ../edx-platform:/edx/app/edxapp/edx-platform
# volumes:
# - ../edx-platform:/edx/app/edxapp/edx-platform

programs:
command: /edx/app/programs/devstack.sh start
Expand Down

0 comments on commit 8bbc7b9

Please sign in to comment.