-
Notifications
You must be signed in to change notification settings - Fork 36
Description
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