functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

ipfs-cluster config management #144

Open gitaaron opened 2 years ago

gitaaron commented 2 years ago

Currently, we have to call docker-compose up, docker-compose down, then docker-compose up again in order to properly set up the shared / local config of each Box.

  1. There should be a way to pass in shared config.
  2. Local config can be provided as a service before the components that depend on the config (ie/ Orbit + IPFS Cluster) start