add entry-point
service
#218
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add new service for running a DHT entry point. Currently the entry point used broker image, but it could use an image created from the dht package. It needs a broker image created from
streamr-1.0
branch, and therefore the service can be started only if the images are built from that branch (like we do here https://github.com/streamr-dev/network/blob/21bacaeb4aaadc7d5b10a37591c5e464d674c819/.github/workflows/validate.yml#L137).This service doesn't work from command line at the moment as we have not deployed broker images from the
streamr-1.0
branch.