NethermindEth / near-sffl

https://nffl.nethermind.io/
MIT License
7 stars 7 forks source link

Fix docker compose file #267

Closed mikhailUshakoff closed 3 months ago

mikhailUshakoff commented 3 months ago

Current Behavior

The docker compose up command currently fails during the startup of the indexer-setup container. As a result, the relayer container do not run, leading to incorrect system operation. This failure occurs because the indexer-setup container attempts to deploy contracts that already exist in initial state.

New Behavior

Remove the indexer-setup container entirely from the system.

Breaking Changes

No breaking changes are expected.

Hyodar commented 3 months ago

As discussed, the issue in this case is the volumes aren't cleared on each run, so the NEAR CLI data already exists even though the localnet is reset. Closing this for now and I should open a new PR soon.