@@ -21,6 +21,9 @@ services:
2121 - ecommerce_node_modules:/edx/app/ecommerce/ecommerce/node_modules
2222 - ecommerce_tox:/edx/app/ecommerce/ecommerce/.tox
2323 - ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
24+ forum :
25+ volumes :
26+ - ${DEVSTACK_WORKSPACE}/cs_comments_service:/edx/app/forum/cs_comments_service:cached
2427 lms :
2528 volumes :
2629 - ${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform:cached
@@ -33,6 +36,12 @@ services:
3336 volumes :
3437 - ${DEVSTACK_WORKSPACE}/edx-notes-api:/edx/app/edx_notes_api/edx_notes_api:cached
3538 - ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
39+ registrar :
40+ volumes :
41+ - ${DEVSTACK_WORKSPACE}/registrar:/edx/app/registrar/registrar
42+ registrar-worker :
43+ volumes :
44+ - ${DEVSTACK_WORKSPACE}/registrar:/edx/app/registrar/registrar
3645 studio :
3746 volumes :
3847 - ${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform:cached
@@ -41,43 +50,34 @@ services:
4150 - edxapp_tox:/edx/app/edxapp/edx-platform/.tox
4251 - edxapp_uploads:/edx/var/edxapp/uploads
4352 - ${DEVSTACK_WORKSPACE}/src:/edx/src:cached
44- forum :
45- volumes :
46- - ${DEVSTACK_WORKSPACE}/cs_comments_service:/edx/app/forum/cs_comments_service:cached
47- registrar :
48- volumes :
49- - ${DEVSTACK_WORKSPACE}/registrar:/edx/app/registrar/registrar
50- registrar-worker :
53+ frontend-app-course-authoring :
5154 volumes :
52- - ${DEVSTACK_WORKSPACE}/registrar:/edx/app/registrar/registrar
55+ - ${DEVSTACK_WORKSPACE}/frontend-app-course-authoring:/edx/app/frontend-app-course-authoring:cached
56+ - frontend_app_course_authoring_node_modules:/edx/app/frontend-app-course-authoring/node_modules
5357 frontend-app-gradebook :
5458 volumes :
5559 - ${DEVSTACK_WORKSPACE}/frontend-app-gradebook:/edx/app/frontend-app-gradebook:cached
5660 - frontend_app_gradebook_node_modules:/edx/app/frontend-app-gradebook/node_modules
57- frontend-app-program-console :
61+ frontend-app-learning :
5862 volumes :
59- - ${DEVSTACK_WORKSPACE}/frontend-app-program-console:/edx/app/frontend-app-program-console:cached
60- - frontend_app_program_console_node_modules:/edx/app/frontend-app-program-console/node_modules
63+ - ${DEVSTACK_WORKSPACE}/frontend-app-learning:/edx/app/frontend-app-learning:cached
64+ - frontend_app_learning_node_modules:/edx/app/frontend-app-learning/node_modules
65+ frontend-app-library-authoring :
66+ volumes :
67+ - ${DEVSTACK_WORKSPACE}/frontend-app-library-authoring:/edx/app/frontend-app-library-authoring:cached
68+ - frontend_app_library_authoring_node_modules:/edx/app/frontend-app-library-authoring/node_modules
6169 frontend-app-payment :
6270 volumes :
6371 - ${DEVSTACK_WORKSPACE}/frontend-app-payment:/edx/app/frontend-app-payment:cached
6472 - frontend_app_payment_node_modules:/edx/app/frontend-app-payment/node_modules
73+ frontend-app-program-console :
74+ volumes :
75+ - ${DEVSTACK_WORKSPACE}/frontend-app-program-console:/edx/app/frontend-app-program-console:cached
76+ - frontend_app_program_console_node_modules:/edx/app/frontend-app-program-console/node_modules
6577 frontend-app-publisher :
6678 volumes :
6779 - ${DEVSTACK_WORKSPACE}/frontend-app-publisher:/edx/app/frontend-app-publisher:cached
6880 - frontend_app_publisher_node_modules:/edx/app/frontend-app-publisher/node_modules
69- frontend-app-learning :
70- volumes :
71- - ${DEVSTACK_WORKSPACE}/frontend-app-learning:/edx/app/frontend-app-learning:cached
72- - frontend_app_learning_node_modules:/edx/app/frontend-app-learning/node_modules
73- frontend-app-course-authoring :
74- volumes :
75- - ${DEVSTACK_WORKSPACE}/frontend-app-course-authoring:/edx/app/frontend-app-course-authoring:cached
76- - frontend_app_course_authoring_node_modules:/edx/app/frontend-app-course-authoring/node_modules
77- frontend-app-library-authoring :
78- volumes :
79- - ${DEVSTACK_WORKSPACE}/frontend-app-library-authoring:/edx/app/frontend-app-library-authoring:cached
80- - frontend_app_library_authoring_node_modules:/edx/app/frontend-app-library-authoring/node_modules
8181
8282volumes :
8383 credentials_node_modules :
@@ -86,13 +86,13 @@ volumes:
8686 edxapp_media :
8787 edxapp_node_modules :
8888 edxapp_uploads :
89+ frontend_app_course_authoring_node_modules :
8990 frontend_app_gradebook_node_modules :
90- frontend_app_program_console_node_modules :
91- frontend_app_payment_node_modules :
92- frontend_app_publisher_node_modules :
9391 frontend_app_learning_node_modules :
94- frontend_app_course_authoring_node_modules :
9592 frontend_app_library_authoring_node_modules :
93+ frontend_app_payment_node_modules :
94+ frontend_app_program_console_node_modules :
95+ frontend_app_publisher_node_modules :
9696 credentials_tox :
9797 discovery_tox :
9898 ecommerce_tox :
0 commit comments