-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Read port
dynamically in api
#134
Labels
good first issue
Good for newcomers
scope: api
Everything related to the API
type: enhancement
New feature or request
Milestone
Comments
rajdip-b
added
type: enhancement
New feature or request
good first issue
Good for newcomers
scope: api
Everything related to the API
labels
Feb 10, 2024
i am solving this issue asap |
/attempt |
Assigned the issue to you! |
@Aditya-Ghosh-27 what are the updates with this issue? Let's get this once completed soon. |
I have solved the issue, but I am facing issues while pushing it. Some
insights would be helpful
…On Tue, 27 Feb, 2024, 7:29 pm Harsh Patel, ***@***.***> wrote:
@Aditya-Ghosh-27 <https://github.com/Aditya-Ghosh-27> what are the
updates with this issue? Let's get this once completed soon.
—
Reply to this email directly, view it on GitHub
<#134 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBXL54L6YN264XSMGIVIEJLYVXRDTAVCNFSM6AAAAABDCRUNRGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRWGYYTENBTGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
/attempt |
Assigned the issue to you! |
10 tasks
🎉 This issue has been resolved in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
scope: api
Everything related to the API
type: enhancement
New feature or request
Description
We would like to give users the option to update the port from the environment without needing to alter any code. This will involve changing the
main.ts
andDockerfile
files.Solution
API_PORT
.env.example
main.ts
file, read this environmental variable. If it's not set, default theport
to4200
Dockerfile
, update theEXPOSE 4200
toEXPOSE ${API_PORT:-4200}
Additional context
All the related files are stored under
apps/api
The text was updated successfully, but these errors were encountered: