Commit 129d381e by Jeremy Bowman Committed by Jeremy Bowman

Set EDXAPP_TEST_MONGO_HOST for LMS and Studio

parent 9d1e4c41
...@@ -138,9 +138,8 @@ services: ...@@ -138,9 +138,8 @@ services:
BOK_CHOY_HOSTNAME: edx.devstack.lms BOK_CHOY_HOSTNAME: edx.devstack.lms
BOK_CHOY_LMS_PORT: 18003 BOK_CHOY_LMS_PORT: 18003
BOK_CHOY_CMS_PORT: 18031 BOK_CHOY_CMS_PORT: 18031
EDXAPP_TEST_MONGO_HOST: edx.devstack.mongo
NO_PYTHON_UNINSTALL: 1 NO_PYTHON_UNINSTALL: 1
image: edxops/edxapp:latest image: edxops/edxapp:latest
ports: ports:
- "18000:18000" - "18000:18000"
...@@ -164,6 +163,7 @@ services: ...@@ -164,6 +163,7 @@ services:
BOK_CHOY_HOSTNAME: edx.devstack.studio BOK_CHOY_HOSTNAME: edx.devstack.studio
BOK_CHOY_LMS_PORT: 18103 BOK_CHOY_LMS_PORT: 18103
BOK_CHOY_CMS_PORT: 18131 BOK_CHOY_CMS_PORT: 18131
EDXAPP_TEST_MONGO_HOST: edx.devstack.mongo
NO_PYTHON_UNINSTALL: 1 NO_PYTHON_UNINSTALL: 1
image: edxops/edxapp:latest image: edxops/edxapp:latest
ports: ports:
......
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