@@ -12,12 +12,14 @@ services:
1212 - discovery_node_modules:/edx/app/discovery/discovery/node_modules
1313 - discovery_tox:/edx/app/discovery/discovery/.tox
1414 - ${DEVSTACK_WORKSPACE}/src:/edx/src
15+ - ${PWD}/py_configuration_files/course_discovery.py:/edx/app/discovery/discovery/course_discovery/settings/devstack.py
1516 ecommerce :
1617 volumes :
1718 - ${DEVSTACK_WORKSPACE}/ecommerce:/edx/app/ecommerce/ecommerce
1819 - ecommerce_node_modules:/edx/app/ecommerce/ecommerce/node_modules
1920 - ecommerce_tox:/edx/app/ecommerce/ecommerce/.tox
2021 - ${DEVSTACK_WORKSPACE}/src:/edx/src
22+ - ${PWD}/py_configuration_files/ecommerce.py:/edx/app/ecommerce/ecommerce/ecommerce/settings/devstack.py
2123 forum :
2224 volumes :
2325 - ${DEVSTACK_WORKSPACE}/cs_comments_service:/edx/app/forum/cs_comments_service
@@ -29,16 +31,20 @@ services:
2931 - edxapp_tox:/edx/app/edxapp/edx-platform/.tox
3032 - edxapp_uploads:/edx/var/edxapp/uploads
3133 - ${DEVSTACK_WORKSPACE}/src:/edx/src
34+ - ${PWD}/py_configuration_files/cms.py:/edx/app/edxapp/edx-platform/cms/envs/devstack.py
35+ - ${PWD}/py_configuration_files/lms.py:/edx/app/edxapp/edx-platform/lms/envs/devstack.py
3236 lms-worker :
3337 volumes :
3438 - ${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform
3539 edx_notes_api :
3640 volumes :
3741 - ${DEVSTACK_WORKSPACE}/edx-notes-api:/edx/app/notes/
3842 - ${DEVSTACK_WORKSPACE}/src:/edx/src
43+ - ${PWD}/py_configuration_files/edx_notes_api.py:/edx/app/notes/notesserver/settings/devstack.py
3944 registrar :
4045 volumes :
4146 - ${DEVSTACK_WORKSPACE}/registrar:/edx/app/registrar
47+ - ${PWD}/py_configuration_files/registrar.py:/edx/app/registrar/registrar/registrar/settings/devstack.py
4248 registrar-worker :
4349 volumes :
4450 - ${DEVSTACK_WORKSPACE}/registrar:/edx/app/registrar
@@ -50,17 +56,21 @@ services:
5056 - edxapp_tox:/edx/app/edxapp/edx-platform/.tox
5157 - edxapp_uploads:/edx/var/edxapp/uploads
5258 - ${DEVSTACK_WORKSPACE}/src:/edx/src
59+ - ${PWD}/py_configuration_files/cms.py:/edx/app/edxapp/edx-platform/cms/envs/devstack.py
60+ - ${PWD}/py_configuration_files/lms.py:/edx/app/edxapp/edx-platform/lms/envs/devstack.py
5361 cms-worker :
5462 volumes :
5563 - ${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform
5664 insights :
5765 volumes :
5866 - ${DEVSTACK_WORKSPACE}/edx-analytics-dashboard:/edx/app/insights/insights
5967 - insights_node_modules:/edx/app/insights/insights/node_modules
68+ - ${PWD}/py_configuration_files/analytics_dashboard.py:/edx/app/insights/edx_analytics_dashboard/edx_analytics_dashboard/settings/devstack.py
6069 analyticsapi :
6170 volumes :
6271 - ${DEVSTACK_WORKSPACE}/edx-analytics-data-api:/edx/app/analytics_api/analytics_api
6372 - ${DEVSTACK_WORKSPACE}/src:/edx/src
73+ - ${PWD}/py_configuration_files/analytics_data_api.py:/edx/app/analytics_api/analytics_api/analyticsdataserver/settings/devstack.py
6474
6575 # Note that frontends mount `src` to /edx/app/src instead of /edx/src.
6676 # See ADR #5 for rationale.
0 commit comments