@@ -12,12 +12,14 @@ services:
12
12
- discovery_node_modules:/edx/app/discovery/discovery/node_modules
13
13
- discovery_tox:/edx/app/discovery/discovery/.tox
14
14
- ${DEVSTACK_WORKSPACE}/src:/edx/src
15
+ - ${PWD}/py_configuration_files/course_discovery.py:/edx/app/discovery/discovery/course_discovery/settings/devstack.py
15
16
ecommerce :
16
17
volumes :
17
18
- ${DEVSTACK_WORKSPACE}/ecommerce:/edx/app/ecommerce/ecommerce
18
19
- ecommerce_node_modules:/edx/app/ecommerce/ecommerce/node_modules
19
20
- ecommerce_tox:/edx/app/ecommerce/ecommerce/.tox
20
21
- ${DEVSTACK_WORKSPACE}/src:/edx/src
22
+ - ${PWD}/py_configuration_files/ecommerce.py:/edx/app/ecommerce/ecommerce/ecommerce/settings/devstack.py
21
23
forum :
22
24
volumes :
23
25
- ${DEVSTACK_WORKSPACE}/cs_comments_service:/edx/app/forum/cs_comments_service
@@ -29,16 +31,20 @@ services:
29
31
- edxapp_tox:/edx/app/edxapp/edx-platform/.tox
30
32
- edxapp_uploads:/edx/var/edxapp/uploads
31
33
- ${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
32
36
lms-worker :
33
37
volumes :
34
38
- ${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform
35
39
edx_notes_api :
36
40
volumes :
37
41
- ${DEVSTACK_WORKSPACE}/edx-notes-api:/edx/app/notes/
38
42
- ${DEVSTACK_WORKSPACE}/src:/edx/src
43
+ - ${PWD}/py_configuration_files/edx_notes_api.py:/edx/app/notes/notesserver/settings/devstack.py
39
44
registrar :
40
45
volumes :
41
46
- ${DEVSTACK_WORKSPACE}/registrar:/edx/app/registrar
47
+ - ${PWD}/py_configuration_files/registrar.py:/edx/app/registrar/registrar/registrar/settings/devstack.py
42
48
registrar-worker :
43
49
volumes :
44
50
- ${DEVSTACK_WORKSPACE}/registrar:/edx/app/registrar
@@ -50,17 +56,21 @@ services:
50
56
- edxapp_tox:/edx/app/edxapp/edx-platform/.tox
51
57
- edxapp_uploads:/edx/var/edxapp/uploads
52
58
- ${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
53
61
cms-worker :
54
62
volumes :
55
63
- ${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform
56
64
insights :
57
65
volumes :
58
66
- ${DEVSTACK_WORKSPACE}/edx-analytics-dashboard:/edx/app/insights/insights
59
67
- 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
60
69
analyticsapi :
61
70
volumes :
62
71
- ${DEVSTACK_WORKSPACE}/edx-analytics-data-api:/edx/app/analytics_api/analytics_api
63
72
- ${DEVSTACK_WORKSPACE}/src:/edx/src
73
+ - ${PWD}/py_configuration_files/analytics_data_api.py:/edx/app/analytics_api/analytics_api/analyticsdataserver/settings/devstack.py
64
74
65
75
# Note that frontends mount `src` to /edx/app/src instead of /edx/src.
66
76
# See ADR #5 for rationale.
0 commit comments