Uh oh!
There was an error while loading. Please reload this page.
[Improvement] Modify networking + Add collator service - #111
Conversation
Added `network_mode: host` mode to the services for better interaction. Added collator service into the list.
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/interlay/interbtc-docs/2WEewqGuhkX2Ghb9Jubg79wJnNQw |
nud3l
commented
Sep 17, 2021
On which OS is that host mode required? At least on Linux and mac the current way should work. On adding the collator to the vault setup, I'd be inclined to not add that at this point since it will take quite some time to sync up the node and will take a lot more space. |
rnovosad
commented
Sep 17, 2021
I've tried it on CentOS v7 and it didn't want to get up. Regarding collator synchronization, I think it will take less time than bitcoin core. |
Added
network_mode: hostmode to the services for better interaction. Added collator service into the list.