You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grigory Efimov edited this page May 16, 2024
·
1 revision
If you need to create local build binaries for any-sync-*, you can do so by using the "overrides" functionality in docker-compose.
clone repos
install -d repos && for REPO in any-sync-{node,filenode,coordinator,consensusnode}; do if [[ ! -d repos/$REPO ]]; then git clone git@github.com:anyproto/${REPO}.git repos/$REPO; fi; done
to create a symlink for the "override file," you can either create it yourself as docker-compose.override.yml or use an existing one