Skip to content
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

fix: bugfix. the port 80 is not listening use 3000 #1616

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

jmikedupont2
Copy link

3000 is listening on the docker image

Risks

Low - This change affects the Docker container configuration. It may require updates to documentation and environment configurations where the container is deployed.


Background

What does this PR do?

This pull request updates the Dockerfile and related Docker configuration to expose port 3000 instead of port 80. This change is necessary to align with our application's configuration and avoid conflicts with other services running on port 80.

What kind of change is this?

Bug fixes (non-breaking change which fixes an issue)

N/A (Issue linked provides context)


Documentation changes needed?

My changes require a change to the project documentation. I have updated the documentation accordingly.


Testing

Where should a reviewer start?

Start by reviewing the changes in the Dockerfile and docker-compose.yml files.

Detailed testing steps

  1. Pull the latest changes from the repository.
  2. Build the Docker image using the updated Dockerfile.
  3. Run the container and verify that it is listening on port 3000.
  4. Access the application through port 3000 to ensure it is functioning correctly.

N/A

N/A

N/A

docker build

Discord username m1337d

monilpat
monilpat previously approved these changes Dec 31, 2024
Copy link
Collaborator

@monilpat monilpat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@monilpat monilpat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert the meta-introspector related changes unless that was intentional

.github/workflows/image.yaml Outdated Show resolved Hide resolved
monilpat
monilpat previously approved these changes Jan 1, 2025
Copy link
Collaborator

@monilpat monilpat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks for addressing comments :)

@monilpat monilpat changed the base branch from develop to main January 1, 2025 18:06
@monilpat monilpat dismissed their stale review January 1, 2025 18:06

The base branch was changed.

@monilpat monilpat changed the base branch from main to develop January 1, 2025 18:06
@monilpat monilpat changed the title bugfix. the port 80 is not listening use 3000 fix: bugfix. the port 80 is not listening use 3000 Jan 1, 2025
@HashWarlock HashWarlock self-requested a review January 1, 2025 19:18
Copy link
Collaborator

@HashWarlock HashWarlock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

3000 is listening on the docker image
@shakkernerd shakkernerd merged commit 5e17ccd into elizaOS:develop Jan 4, 2025
4 of 5 checks passed
@jmikedupont2
Copy link
Author

jmikedupont2 commented Jan 4, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants