[Improvement] Modify networking + Add collator service#111
[Improvement] Modify networking + Add collator service#111rnovosad wants to merge 2 commits intointerlay:masterfrom
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 |
|
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. |
|
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.