Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert bind webrick of consumer server to 0.0.0.0 f1e858e
fixes: #89
- Loading branch information
f2ebb6a
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.
May I ask why this get removed? Do we have any other way to access the mock service within the same docker-compose network? @bethesque
f2ebb6a
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.
Due to this: #89
f2ebb6a
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 we had to make a few code changes to make the bind address configurable, but it's possible. This fix was just not smart enough.
f2ebb6a
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.
making it configurable is definitely a better idea, sadly, I have to lock down my gem version until the feature comes true.
Btw, I reckon binding to 0.0.0.0 isn't that bad given everything lives in containers now.