This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ services:
4949 volumes :
5050 - ${DEVSTACK_WORKSPACE}/frontend-app-gradebook:/edx/app/gradebook:cached
5151 - gradebook_node_modules:/edx/app/gradebook/node_modules
52- program-manager :
52+ program-console :
5353 volumes :
54- - ${DEVSTACK_WORKSPACE}/frontend-app-program-manager :/edx/app/program-manager :cached
55- - program_manager_node_modules :/edx/app/program-manager /node_modules
54+ - ${DEVSTACK_WORKSPACE}/frontend-app-program-console :/edx/app/program-console :cached
55+ - program_console_node_modules :/edx/app/program-console /node_modules
5656 frontend-app-publisher :
5757 volumes :
5858 - ${DEVSTACK_WORKSPACE}/frontend-app-publisher:/edx/app/frontend-app-publisher:cached
@@ -66,5 +66,5 @@ volumes:
6666 edxapp_node_modules :
6767 edxapp_uploads :
6868 gradebook_node_modules :
69- program_manager_node_modules :
69+ program_console_node_modules :
7070 frontend_app_publisher_node_modules :
Original file line number Diff line number Diff line change @@ -366,12 +366,12 @@ services:
366366 depends_on :
367367 - lms
368368
369- program-manager :
369+ program-console :
370370 extends :
371371 file : microfrontend.yml
372372 service : microfrontend
373- working_dir : ' /edx/app/program-manager '
374- container_name : edx.devstack.program-manager
373+ working_dir : ' /edx/app/program-console '
374+ container_name : edx.devstack.program-console
375375 ports :
376376 - " 1976:1976"
377377 depends_on :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repos=(
3636 " https://github.com/edx/edx-analytics-pipeline.git"
3737 " https://github.com/edx/registrar.git"
3838 " https://github.com/edx/frontend-app-gradebook.git"
39- " https://github.com/edx/frontend-app-program-manager .git"
39+ " https://github.com/edx/frontend-app-program-console .git"
4040 " https://github.com/edx/frontend-app-publisher.git"
4141)
4242
@@ -52,7 +52,7 @@ ssh_repos=(
5252 " git@github.com:edx/edx-analytics-pipeline.git"
5353 " git@github.com:edx/registrar.git"
5454 " git@github.com:edx/frontend-app-gradebook.git"
55- " git@github.com:edx/frontend-app-program-manager .git"
55+ " git@github.com:edx/frontend-app-program-console .git"
5656 " git@github.com:edx/frontend-app-publisher.git"
5757)
5858
You can’t perform that action at this time.
0 commit comments