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

refactor!: use listen address instead of port, change default #49

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Mar 5, 2024

Closes #47.

Changes default port to 8190, and changes from port to listen address config.

After this, we may need to update the infra.

@hacdias hacdias requested a review from lidel March 5, 2024 09:54
@hacdias hacdias self-assigned this Mar 5, 2024
README uses --net=host,
and docs explain SOMEGUY_LISTEN_ADDRESS

this also aligns with how we do things in rainbow
Copy link
Member

@lidel lidel left a comment

Choose a reason for hiding this comment

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

lgtm, but make sure top update our infra to the new port :)

Comment on lines -13 to -15
EXPOSE 8080

CMD [ "/someguy", "start", "--port", "8080" ]
Copy link
Member

Choose a reason for hiding this comment

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

ℹ️ removed defaults from Dockerfile. Rainbow did not have them, Someguy also should not.

@hacdias hacdias merged commit 71d55ca into main Mar 7, 2024
6 checks passed
@hacdias hacdias deleted the listen-address branch March 7, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: 🎉 Done
Development

Successfully merging this pull request may close these issues.

Change default port to avoid conflict with gateway
2 participants