Commit 8bbc7b95 by Clinton Blackburn Committed by Clinton Blackburn

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
parent 6d5cff91
...@@ -63,3 +63,4 @@ There is still work to be done before this is ready for full release to the Open ...@@ -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 2. Finish provisioning all services
3. Load demo data 3. Load demo data
4. PyCharm debugging 4. PyCharm debugging
5. Merge devstack settings for edxapp (https://github.com/edx/edx-platform/pull/14376), and reactivate host volume
...@@ -107,8 +107,8 @@ services: ...@@ -107,8 +107,8 @@ services:
ports: ports:
- "18000:18000" - "18000:18000"
- "18010:18010" - "18010:18010"
volumes: # volumes:
- ../edx-platform:/edx/app/edxapp/edx-platform # - ../edx-platform:/edx/app/edxapp/edx-platform
programs: programs:
command: /edx/app/programs/devstack.sh start command: /edx/app/programs/devstack.sh start
......
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