-
Notifications
You must be signed in to change notification settings - Fork 38
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
docker-compose.yml Incompatibilities with B2RI documentation #327
Comments
Hi @NoeRzPz, |
Thank you so much @costero-e !! |
Sorry, I've seen that the new version of beacon repo you mentioned is only for the beacon2-ri-tools and doesn't include the beacon2-ri-api. The method 1 in B2RI Download & Installation section points to the right repo (ignore my previous issue). Maybe what could be updated then is the part regarding the beacon-ri-tools inside the api repo , so the beacon deployers could work with the new version. Many thanks!! |
Hi, on B2RI documentations there is an alert informing that the external tools are compiled for x86-64 architecture, but line 127 of docker-compose.yml use an image compiled for arm64 architecture. I would suggest commenting this line and uncommenting line 126. Also I would suggest to change container name in line 39, and use the same name as in B2RI documentation (mongo)
as well as add - my-app-network to mongo-express container in line 66. Applying those changes would allow to change line 33 in beacon2-ri-tools/config.yaml for: mongodburi: mongodb://root:example@mongo:27017/beacon?authSource=admin and avoid problems when we are not working on a localhost (127.0.0.1).
I hope these suggestions will be useful for a smoother implementation.
Best wishes,
Noelia
The text was updated successfully, but these errors were encountered: