Commit 19aac88
authored
add
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.entry-point service (#218)1 parent 331c113 commit 19aac88
2 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
170 | 191 | | |
171 | 192 | | |
172 | 193 | | |
| |||
0 commit comments