Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker compose file #267

Closed
wants to merge 1 commit into from
Closed

Conversation

mikhailUshakoff
Copy link
Contributor

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
Copy link
Contributor

Hyodar commented Jul 2, 2024

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.

@Hyodar Hyodar closed this Jul 2, 2024
@Hyodar Hyodar deleted the fix/fix-docker-compose branch October 3, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants