-
Notifications
You must be signed in to change notification settings - Fork 6
[AU-2523] codespaces devstack collision port 2000 for frontend-app-learning #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
0401bf2
34affdf
a6e34c1
069f4c3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -31,7 +31,7 @@ Instead of a service name or list, you can also run commands like ``make dev.pro | |||||
+------------------------------------+-------------------------------------+----------------+--------------+ | ||||||
| `frontend-app-learner-record`_ | http://localhost:1990/ | MFE (React.js) | Default | | ||||||
+------------------------------------+-------------------------------------+----------------+--------------+ | ||||||
| `frontend-app-learning`_ | http://localhost:2000/ | MFE (React.js) | Default | | ||||||
| `frontend-app-learning`_ | http://localhost:2010/ | MFE (React.js) | Default | | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we want a row with "Do not use. Reserved for Codespaces.", and There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added a row in rst table and added explanation on the same |
||||||
+------------------------------------+-------------------------------------+----------------+--------------+ | ||||||
| `frontend-app-payment`_ | http://localhost:1998/ | MFE (React.js) | Default | | ||||||
+------------------------------------+-------------------------------------+----------------+--------------+ | ||||||
|
@@ -75,12 +75,15 @@ Instead of a service name or list, you can also run commands like ``make dev.pro | |||||
+------------------------------------+-------------------------------------+----------------+--------------+ | ||||||
| `enterprise-subsidy`_ | http://localhost:18280 | Python/Django | Extra | | ||||||
+------------------------------------+-------------------------------------+----------------+--------------+ | ||||||
| **Reserved for Codespace** | http://localhost:2000 | **Codespace** | Default | | ||||||
+------------------------------------+-------------------------------------+----------------+--------------+ | ||||||
|
||||||
Some common service combinations include: | ||||||
|
||||||
* ``lms``: LMS, along with dependencies ``forum``, ``discovery``, ``Authn`` and some databases | ||||||
* ``ecommerce``: Ecommerce, but also LMS as a dependency (for auth) | ||||||
* ``cms+credentials``: Services can be combined to affect both at once | ||||||
* **Reserved for Codespace**: The port `2000` is being used for github Codespace service & reserverd for Codespace use only. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
.. _credentials: https://github.com/openedx/credentials | ||||||
.. _discovery: https://github.com/openedx/course-discovery | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this comment and the notes in the rst doc are probably enough. I do not think we need to document this conflict for every usage of
http://localhost:2010
. We'll get an additional opinion before deciding either way, but it will be important to decide before making changes across repos.